mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
removing checkbox type
This commit is contained in:
parent
9518a5c11e
commit
9184bf3946
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ CustomFields.attachSchema(new SimpleSchema({
|
|||
},
|
||||
type: {
|
||||
type: String,
|
||||
allowedValues: ['text', 'number', 'checkbox', 'date', 'dropdown']
|
||||
allowedValues: ['text', 'number', 'date', 'dropdown']
|
||||
},
|
||||
settings: {
|
||||
type: Object,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue