mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
add automaticLinkedUrlSchemes
This commit is contained in:
parent
42994efa9d
commit
ab24b3262c
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ template(name='layoutSettings')
|
|||
.title {{_ 'custom-top-left-corner-logo-height'}}
|
||||
.form-group
|
||||
input.wekan-form-control#custom-top-left-corner-logo-height(type="text", placeholder="" value="{{currentSetting.customTopLeftCornerLogoHeight}}")
|
||||
li.layout-form
|
||||
.title {{_ 'automatic-linked-url-schemes'}}
|
||||
.form-group
|
||||
textarea#automatic-linked-url-schemes.wekan-form-control= currentSetting.automaticLinkedUrlSchemes
|
||||
li
|
||||
button.js-save-layout.primary {{_ 'save'}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue