At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-10-03 00:21:19 +03:00
parent 41a8e79e0e
commit 7223d6e750
6 changed files with 18 additions and 0 deletions

View file

@ -173,6 +173,9 @@ BlazeComponent.extendComponent({
const customLoginLogoLinkUrl = $('#custom-login-logo-link-url')
.val()
.trim();
const textBelowCustomLoginLogo = $('#text-below-custom-login-logo')
.val()
.trim();
const customTopLeftCornerLogoImageUrl = $(
'#custom-top-left-corner-logo-image-url',
)
@ -195,6 +198,7 @@ BlazeComponent.extendComponent({
hideLogo: hideLogoChange,
customLoginLogoImageUrl,
customLoginLogoLinkUrl,
textBelowCustomLoginLogo,
customTopLeftCornerLogoImageUrl,
customTopLeftCornerLogoLinkUrl,
displayAuthenticationMethod,