🗃️ Adds language attribute to appConfig, so user can set language

This commit is contained in:
Alicia Sykes
2021-07-24 21:50:33 +01:00
parent bb82e312b0
commit 914b381436
2 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,10 @@
"type": "string",
"description": "A URL to an image asset to be displayed as background"
},
"language": {
"type": "string",
"description": "The ISO code of your desired language, must have translations present, check docs for more info"
},
"theme": {
"type": "string",
"default": "callisto",