mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
chema addition for new config properties
This commit is contained in:
parent
f6211303de
commit
989ac09116
1 changed files with 11 additions and 0 deletions
|
|
@ -756,6 +756,11 @@
|
|||
"type": "string",
|
||||
"description": "Icon will be displayed next to title"
|
||||
},
|
||||
"pin":{
|
||||
"title": "Section Pin",
|
||||
"type": "string",
|
||||
"description": "PIN to unlock this section"
|
||||
},
|
||||
"displayData": {
|
||||
"title": "Display Data",
|
||||
"type": "object",
|
||||
|
|
@ -776,6 +781,12 @@
|
|||
"default": "default",
|
||||
"description": "How to sort items within the section. By default items are displayed in the order in which they are listed in within the config"
|
||||
},
|
||||
"secret": {
|
||||
"title": "Pin Locked",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, section will be hidden by default, and can be revealed by inputing pin"
|
||||
},
|
||||
"collapsed": {
|
||||
"title": "Is Collapsed?",
|
||||
"type": "boolean",
|
||||
|
|
|
|||
Loading…
Reference in a new issue