🗃️ Adds options to prevent config saving to schema + docs (#485)
This commit is contained in:
parent
a65c3c569e
commit
e8cee3bd4d
2 changed files with 14 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue