🗃️ Adds options to prevent config saving to schema + docs (#485)

This commit is contained in:
Alicia Sykes
2022-02-11 10:21:59 +00:00
parent a65c3c569e
commit e8cee3bd4d
2 changed files with 14 additions and 1 deletions

View File

@@ -445,6 +445,18 @@
"default": "false",
"description": "If set to true, a loading screen will be shown"
},
"preventWriteToDisk": {
"title": "Prevent saving config to disk",
"type": "boolean",
"default": false,
"description": "If set to true, no users will not be able to save config changes to disk through the UI"
},
"preventLocalSave": {
"title": "Prevent saving config to local storage",
"type": "boolean",
"default": false,
"description": "If set to true, no users will not be able to save config changes to the browser's local storage"
},
"allowConfigEdit": {
"title": "Allow Config Editing",
"type": "boolean",