mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-07 17:15:17 +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",
|
"type": "string",
|
||||||
"description": "Icon will be displayed next to title"
|
"description": "Icon will be displayed next to title"
|
||||||
},
|
},
|
||||||
|
"pin":{
|
||||||
|
"title": "Section Pin",
|
||||||
|
"type": "string",
|
||||||
|
"description": "PIN to unlock this section"
|
||||||
|
},
|
||||||
"displayData": {
|
"displayData": {
|
||||||
"title": "Display Data",
|
"title": "Display Data",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
@ -776,6 +781,12 @@
|
||||||
"default": "default",
|
"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"
|
"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": {
|
"collapsed": {
|
||||||
"title": "Is Collapsed?",
|
"title": "Is Collapsed?",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue