3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 21:34:45 +00:00

additional customizations of welcome page

This commit is contained in:
Stefan Warnat
2020-03-03 22:16:52 +01:00
parent 8bc4f56385
commit 0322a5443a
2 changed files with 18 additions and 0 deletions

View File

@@ -29,5 +29,10 @@
{% endif %}
"embeddedPages": {
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }}
},
"branding": {
"authFooterLinks": {{ matrix_riot_web_welcome_footerlinks|to_json }},
"authHeaderLogoUrl": {{ matrix_riot_web_welcome_authlogo|to_json }},
"welcomeBackgroundUrl": {{ matrix_riot_web_welcome_background|to_json }}
}
}