🗃️ Updates schema and config docs with default opening method, and new supported opening methods

This commit is contained in:
Alicia Sykes
2021-10-23 01:42:05 +01:00
parent 4534203b0e
commit e9e15307b7
2 changed files with 16 additions and 1 deletions

View File

@@ -76,6 +76,18 @@
"default": "default",
"description": "Which page to load by default, and on the base page or domain root. You can still switch to different views from within the UI"
},
"defaultOpeningMethod": {
"enum": [
"newtab",
"sametab",
"parent",
"top",
"modal",
"workspace"
],
"default": "newtab",
"description": "The default opening method for items. Only used if no item.target is specified"
},
"theme": {
"type": "string",
"default": "callisto",
@@ -554,6 +566,8 @@
"enum": [
"newtab",
"sametab",
"parent",
"top",
"modal",
"workspace"
],