mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-19 06:11:51 +01:00
Add configuration options for edit mode
This commit is contained in:
parent
996de036e8
commit
0cc5d328cc
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue