🗃️ Adds appConfig.startingView into schema and docs
This commit is contained in:
parent
00dd16ad49
commit
bb74bc32cc
2 changed files with 13 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue