Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/utils/ConfigSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,13 @@
"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"
"description": "If set to true, users will be prevented from saving 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"
"description": "If set to true, users will be prevented from applying config changes to local storage"
},
"disableConfiguration": {
"title": "Disable all UI Config",
Expand Down