mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Initial work on import of custom fields from Trello
* start adding import functionality * Add checkbox type to customFields
This commit is contained in:
parent
93a3fa9c75
commit
c89a0eb694
4 changed files with 59 additions and 2 deletions
|
|
@ -22,7 +22,14 @@ CustomFields.attachSchema(
|
|||
* type of the custom field
|
||||
*/
|
||||
type: String,
|
||||
allowedValues: ['text', 'number', 'date', 'dropdown', 'currency'],
|
||||
allowedValues: [
|
||||
'text',
|
||||
'number',
|
||||
'date',
|
||||
'dropdown',
|
||||
'checkbox',
|
||||
'currency',
|
||||
],
|
||||
},
|
||||
settings: {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue