mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.
Thanks to xet7 !
This commit is contained in:
parent
41a8e79e0e
commit
7223d6e750
6 changed files with 18 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue