mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Adjust variable names
This commit is contained in:
parent
054e6fed0c
commit
46664c4758
@ -43,13 +43,13 @@ matrix_riot_web_welcome_text: "_t('Decentralised, encrypted chat & collabora
|
|||||||
|
|
||||||
# Links, shown in footer of welcome page:
|
# Links, shown in footer of welcome page:
|
||||||
# [{"text": "Link text", "url": "https://link.target"}, {"text": "Other link"}]
|
# [{"text": "Link text", "url": "https://link.target"}, {"text": "Other link"}]
|
||||||
matrix_riot_web_welcome_footerlinks: false
|
matrix_riot_web_branding_authFooterLinks: ~
|
||||||
|
|
||||||
# URL to image, shown during Login
|
# URL to image, shown during Login
|
||||||
matrix_riot_web_welcome_authlogo: "{{ matrix_riot_web_welcome_logo }}"
|
matrix_riot_web_branding_authHeaderLogoUrl: "{{ matrix_riot_web_welcome_logo }}"
|
||||||
|
|
||||||
# URL to Wallpaper, shown in background of welcome page
|
# URL to Wallpaper, shown in background of welcome page
|
||||||
matrix_riot_web_welcome_background: false
|
matrix_riot_web_branding_welcomeBackgroundUrl: ~
|
||||||
|
|
||||||
# By default, there's no Riot homepage (when logged in). If you wish to have one,
|
# By default, there's no Riot homepage (when logged in). If you wish to have one,
|
||||||
# point this to a `home.html` template file on your local filesystem.
|
# point this to a `home.html` template file on your local filesystem.
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }}
|
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }}
|
||||||
},
|
},
|
||||||
"branding": {
|
"branding": {
|
||||||
"authFooterLinks": {{ matrix_riot_web_welcome_footerlinks|to_json }},
|
"authFooterLinks": {{ matrix_riot_web_branding_authFooterLinks|to_json }},
|
||||||
"authHeaderLogoUrl": {{ matrix_riot_web_welcome_authlogo|to_json }},
|
"authHeaderLogoUrl": {{ matrix_riot_web_branding_authHeaderLogoUrl|to_json }},
|
||||||
"welcomeBackgroundUrl": {{ matrix_riot_web_welcome_background|to_json }}
|
"welcomeBackgroundUrl": {{ matrix_riot_web_branding_welcomeBackgroundUrl|to_json }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user