mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
Update ConfigSchema.json
Updates confusing wordage that aligns with docs
This commit is contained in:
parent
1a05b5a910
commit
0ef0bf0dd5
@ -505,13 +505,13 @@
|
|||||||
"title": "Prevent saving config to disk",
|
"title": "Prevent saving config to disk",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"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": {
|
"preventLocalSave": {
|
||||||
"title": "Prevent saving config to local storage",
|
"title": "Prevent saving config to local storage",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"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": {
|
"disableConfiguration": {
|
||||||
"title": "Disable all UI Config",
|
"title": "Disable all UI Config",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user