🗃️ Adds routingMode to schema and configuring docs

This commit is contained in:
Alicia Sykes
2021-10-16 19:06:59 +01:00
parent 85b0fbebd3
commit 07dd3269e5
2 changed files with 9 additions and 0 deletions

View File

@@ -187,6 +187,14 @@
}
}
},
"routingMode": {
"enum": [
"hash",
"history"
],
"default": "history",
"description": "The Vue routing mode to use, history mode will remove the annoying hash from the URL, but requires some extra config on some systems"
},
"cssThemes": {
"type": "array",
"description": "Theme names to be added to the dropdown",