mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 10:41:38 +01:00
Fix the runtime config template to include the default theme
This commit is contained in:
parent
f7ffae4576
commit
30bb3fa59b
@ -4,5 +4,13 @@
|
|||||||
"gatewayUrl": "$PUSH_GATEWAY_URL",
|
"gatewayUrl": "$PUSH_GATEWAY_URL",
|
||||||
"applicationServerKey": "$PUSH_APPLICATION_SERVER_KEY"
|
"applicationServerKey": "$PUSH_APPLICATION_SERVER_KEY"
|
||||||
},
|
},
|
||||||
"defaultHomeServer": "$DEFAULT_HOMESERVER"
|
"defaultHomeServer": "$DEFAULT_HOMESERVER",
|
||||||
|
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
|
||||||
|
"themeManifests": [
|
||||||
|
"assets/theme-element.json"
|
||||||
|
],
|
||||||
|
"defaultTheme": {
|
||||||
|
"light": "element-light",
|
||||||
|
"dark": "element-dark"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user