🗃️ Adds disableConfiguration to schema and docs

This commit is contained in:
Alicia Sykes
2022-02-13 14:09:14 +00:00
parent 40045a637c
commit cfe3a48405
2 changed files with 16 additions and 3 deletions

View File

@@ -457,6 +457,12 @@
"default": false,
"description": "If set to true, no users will not be able to save config changes to the browser's local storage"
},
"disableConfiguration": {
"title": "Disable all UI Config",
"type": "boolean",
"default": false,
"description": "If set to true, no users will be able to view or edit the config through the UI"
},
"allowConfigEdit": {
"title": "Allow Config Editing",
"type": "boolean",