element-web camelCase renaming (branding.authFooterLinks -> branding.auth_footer_links)

This commit is contained in:
Slavi Pantaleev
2023-08-10 15:54:48 +03:00
parent 38c9aa9369
commit e7c5eff924
3 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,7 @@
"map_style_url": "https://{{ matrix_server_fqn_element }}/map_style.json",
{% endif %}
"branding": {
"authFooterLinks": {{ matrix_client_element_branding_authFooterLinks | to_json }},
"auth_footer_links": {{ matrix_client_element_branding_auth_footer_links | to_json }},
"authHeaderLogoUrl": {{ matrix_client_element_branding_authHeaderLogoUrl | to_json }},
"welcomeBackgroundUrl": {{ matrix_client_element_branding_welcomeBackgroundUrl | to_json }}
}