From 0cc5d328cc7214cdf206b4c634fca5c160c2bee7 Mon Sep 17 00:00:00 2001 From: chancelloreternal Date: Wed, 26 Nov 2025 01:05:40 +0100 Subject: [PATCH] Add configuration options for edit mode --- user-data/conf.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user-data/conf.yml b/user-data/conf.yml index 5f0b012a..8ff5c0e9 100644 --- a/user-data/conf.yml +++ b/user-data/conf.yml @@ -12,7 +12,8 @@ pageInfo: # Optional app settings and configuration appConfig: theme: colorful - + enableEditMode: false + allowConfigEdit: false # Main content - An array of sections, each containing an array of items sections: - name: Getting Started @@ -44,4 +45,4 @@ sections: description: Get help with Dashy, raise a bug, or get in contact url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md icon: far fa-hands-helping - \ No newline at end of file +