🗃️ Adds new attrinbute 'disableContextMenu' so user can turn off right-click feature

This commit is contained in:
Alicia Sykes
2021-06-25 13:27:07 +01:00
parent 9370f2d1df
commit 26f3469de9
2 changed files with 11 additions and 4 deletions

View File

@@ -176,7 +176,12 @@
"disableServiceWorker": {
"type": "boolean",
"default": false,
"description": "If set to true, then service worker will not be used"
"description": "If set to true, then service workers will not be used to cache page contents"
},
"disableContextMenu": {
"type": "boolean",
"default": false,
"description": "If set to true, custom right-click context menu will be disabled"
}
},
"additionalProperties": false
@@ -295,7 +300,8 @@
"enum": [
"newtab",
"sametab",
"iframe"
"modal",
"workspace"
],
"default": "newtab",
"description": "Opening method, when item is clicked"