removing checkbox type

This commit is contained in:
IgnatzHome 2018-05-17 21:06:52 +02:00
parent 9518a5c11e
commit 9184bf3946

View file

@ -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,