mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 04:56:33 +01:00
🗃️ Adds new data attribute to schema
This commit is contained in:
parent
87c592c399
commit
e56fbdfa5a
1 changed files with 8 additions and 0 deletions
|
|
@ -191,6 +191,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"additionalConfigFiles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": [],
|
||||
"description": "Can be used in order to have multiple pages. Store config files in /public/configs/*.conf.yml and reference full file names (without path) here."
|
||||
},
|
||||
"allowConfigEdit": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue