mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height.
Thanks to xet7 !
This commit is contained in:
parent
3f9b86d8e7
commit
4cfddf1d8d
6 changed files with 18 additions and 2 deletions
|
|
@ -186,6 +186,11 @@ BlazeComponent.extendComponent({
|
|||
)
|
||||
.val()
|
||||
.trim();
|
||||
const customTopLeftCornerLogoHeight = $(
|
||||
'#custom-top-left-corner-logo-height',
|
||||
)
|
||||
.val()
|
||||
.trim();
|
||||
const hideLogoChange = $('input[name=hideLogo]:checked').val() === 'true';
|
||||
const displayAuthenticationMethod =
|
||||
$('input[name=displayAuthenticationMethod]:checked').val() === 'true';
|
||||
|
|
@ -201,6 +206,7 @@ BlazeComponent.extendComponent({
|
|||
textBelowCustomLoginLogo,
|
||||
customTopLeftCornerLogoImageUrl,
|
||||
customTopLeftCornerLogoLinkUrl,
|
||||
customTopLeftCornerLogoHeight,
|
||||
displayAuthenticationMethod,
|
||||
defaultAuthenticationMethod,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue