🗃️ Adds appConfig.startingView into schema and docs

This commit is contained in:
Alicia Sykes
2021-08-14 19:14:14 +01:00
parent 00dd16ad49
commit bb74bc32cc
2 changed files with 13 additions and 3 deletions

View File

@@ -67,6 +67,15 @@
"type": "string",
"description": "The ISO code of your desired language, must have translations present, check docs for more info"
},
"startingView": {
"enum": [
"default",
"minimal",
"workspace"
],
"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"
},
"theme": {
"type": "string",
"default": "callisto",