2024-12-07 16:36:07 +00:00
|
|
|
{#
|
2024-12-07 17:40:11 +00:00
|
|
|
SPDX-FileCopyrightText: 2022 MDAD Team and contributors
|
2024-12-07 16:36:07 +00:00
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
2021-05-15 09:23:36 +00:00
|
|
|
{
|
2022-07-21 03:12:42 +00:00
|
|
|
"push": {{ matrix_client_hydrogen_push | to_json }},
|
|
|
|
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
|
|
|
|
"bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
|
2022-07-17 14:21:22 +00:00
|
|
|
"themeManifests": [
|
2023-05-31 02:59:33 +00:00
|
|
|
"{{ '' if matrix_client_hydrogen_path_prefix == '/' else matrix_client_hydrogen_path_prefix }}/assets/theme-element.json"
|
2022-07-17 14:21:22 +00:00
|
|
|
],
|
|
|
|
"defaultTheme": {
|
|
|
|
"light": "element-light",
|
|
|
|
"dark": "element-dark"
|
|
|
|
}
|
2021-05-15 09:23:36 +00:00
|
|
|
}
|