mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 09:50:13 +01:00
add custom field "stringtemplate"
This commit is contained in:
parent
769bb7a55d
commit
b8dc7ff18e
8 changed files with 104 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ CustomFields.attachSchema(
|
|||
'dropdown',
|
||||
'checkbox',
|
||||
'currency',
|
||||
'stringtemplate',
|
||||
],
|
||||
},
|
||||
settings: {
|
||||
|
|
@ -64,6 +65,10 @@ CustomFields.attachSchema(
|
|||
},
|
||||
}),
|
||||
},
|
||||
'settings.stringtemplateFormat': {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
showOnCard: {
|
||||
/**
|
||||
* should we show on the cards this custom field
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue