mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
add configuration field for separator
This commit is contained in:
parent
880d94e220
commit
3778a9ebcf
6 changed files with 31 additions and 5 deletions
|
|
@ -69,6 +69,10 @@ CustomFields.attachSchema(
|
|||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
'settings.stringtemplateSeparator': {
|
||||
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