mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 08:08:49 +01: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: {
|
||||||
type: String,
|
type: String,
|
||||||
allowedValues: ['text', 'number', 'checkbox', 'date', 'dropdown']
|
allowedValues: ['text', 'number', 'date', 'dropdown']
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue