Initial work on import of custom fields from Trello

* start adding import functionality
* Add checkbox type to customFields
This commit is contained in:
John R. Supplee 2021-01-18 16:41:35 +02:00
parent 93a3fa9c75
commit c89a0eb694
4 changed files with 59 additions and 2 deletions

View file

@ -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: {
/**