Make it possible to override the welcome.html.j2 template used for Element

This commit is contained in:
Slavi Pantaleev
2021-01-27 12:36:57 +02:00
parent 512f42aa76
commit 07f1ea24ee
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ matrix_client_element_branding_authHeaderLogoUrl: "{{ matrix_client_element_welc
# URL to Wallpaper, shown in background of welcome page
matrix_client_element_branding_welcomeBackgroundUrl: ~
matrix_client_element_page_template_welcome_path: "{{ role_path }}/templates/welcome.html.j2"
# By default, there's no Element homepage (when logged in). If you wish to have one,
# point this to a `home.html` template file on your local filesystem.
matrix_client_element_embedded_pages_home_path: ~