add element web mobile guide app variant config option

This commit is contained in:
Aine
2025-08-21 10:56:16 +01:00
parent 0ebefac8d3
commit 06ab77fdcc
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
"setting_defaults": {
"custom_themes": {{ matrix_client_element_setting_defaults_custom_themes | to_json }}
},
"mobile_guide_app_variant": {{ matrix_client_element_mobile_guide_app_variant | string | to_json }},
"default_theme": {{ matrix_client_element_default_theme | string | to_json }},
"default_country_code": {{ matrix_client_element_default_country_code | string | to_json }},
"permalink_prefix": {{ matrix_client_element_permalink_prefix | string | to_json }},