mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Added help button with custom URL.
This commit is contained in:
parent
86d86b30e9
commit
d610d03423
7 changed files with 24 additions and 2 deletions
|
|
@ -189,6 +189,9 @@ BlazeComponent.extendComponent({
|
|||
const customLoginLogoLinkUrl = $('#custom-login-logo-link-url')
|
||||
.val()
|
||||
.trim();
|
||||
const customHelpLinkUrl = $('#custom-help-link-url')
|
||||
.val()
|
||||
.trim();
|
||||
const textBelowCustomLoginLogo = $('#text-below-custom-login-logo')
|
||||
.val()
|
||||
.trim();
|
||||
|
|
@ -240,6 +243,7 @@ BlazeComponent.extendComponent({
|
|||
hideLogo: hideLogoChange,
|
||||
customLoginLogoImageUrl,
|
||||
customLoginLogoLinkUrl,
|
||||
customHelpLinkUrl,
|
||||
textBelowCustomLoginLogo,
|
||||
customTopLeftCornerLogoImageUrl,
|
||||
customTopLeftCornerLogoLinkUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue