mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 21:00:16 +01:00
add custom field "stringtemplate"
This commit is contained in:
parent
769bb7a55d
commit
b8dc7ff18e
8 changed files with 104 additions and 2 deletions
|
|
@ -50,6 +50,12 @@ template(name="createCustomFieldPopup")
|
|||
each dropdownItems.get
|
||||
input.js-dropdown-item(type="text" value=name placeholder="")
|
||||
input.js-dropdown-item.last(type="text" value="" placeholder="{{_ 'custom-field-dropdown-options-placeholder'}}")
|
||||
|
||||
div.js-field-settings.js-field-settings-paramlink(class="{{#if isTypeNotSelected 'stringtemplate'}}hide{{/if}}")
|
||||
label
|
||||
| {{_ 'custom-field-stringtemplate-format'}}
|
||||
input.js-field-stringtemplate(type="text" value=getStringtemplateFormat)
|
||||
|
||||
a.flex.js-field-show-on-card(class="{{#if showOnCard}}is-checked{{/if}}")
|
||||
.materialCheckBox(class="{{#if showOnCard}}is-checked{{/if}}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue