🗃️ Adds new data attribute to schema

This commit is contained in:
Alicia Sykes 2021-07-04 19:32:19 +01:00
parent 87c592c399
commit e56fbdfa5a

View file

@ -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,