Jelajahi Sumber

add automaticLinkedUrlSchemes

Christian Hillebrand 4 tahun lalu
induk
melakukan
ab24b3262c
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      client/components/settings/settingBody.jade

+ 4 - 0
client/components/settings/settingBody.jade

@@ -211,6 +211,10 @@ template(name='layoutSettings')
       .title {{_ 'custom-top-left-corner-logo-height'}}
       .title {{_ 'custom-top-left-corner-logo-height'}}
       .form-group
       .form-group
         input.wekan-form-control#custom-top-left-corner-logo-height(type="text", placeholder="" value="{{currentSetting.customTopLeftCornerLogoHeight}}")
         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
     li
       button.js-save-layout.primary {{_ 'save'}}
       button.js-save-layout.primary {{_ 'save'}}