🗃️ Update schema with SW off by default

This commit is contained in:
Alicia Sykes
2021-09-12 15:00:45 +01:00
parent f772eb5854
commit 7b68af1bd4
2 changed files with 3 additions and 3 deletions

View File

@@ -357,10 +357,10 @@
"default": true,
"description": "Can user write changes to conf.yml file from the UI. If set to false, preferences are only stored locally"
},
"disableServiceWorker": {
"enableServiceWorker": {
"type": "boolean",
"default": false,
"description": "If set to true, then service workers will not be used to cache page contents"
"description": "If set to true, then service workers will be used to cache page contents"
},
"disableContextMenu": {
"type": "boolean",