🏗️ Re: #54 - Adds property to make Service Worker caching optional

This commit is contained in:
Alicia Sykes
2021-06-23 12:36:30 +01:00
parent 74c3ee058c
commit 0866f69c92
3 changed files with 29 additions and 3 deletions

View File

@@ -172,6 +172,11 @@
"type": "boolean",
"default": true,
"description": "Can user write changes to conf.yml file from the UI. If set to false, preferences are only stored locally"
},
"disableServiceWorker": {
"type": "boolean",
"default": false,
"description": "If set to true, then service worker will not be used"
}
},
"additionalProperties": false