summaryrefslogtreecommitdiffstats
path: root/models/customFields.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/customFields.js')
-rw-r--r--models/customFields.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/customFields.js b/models/customFields.js
index 8b0abef4..57875b6e 100644
--- a/models/customFields.js
+++ b/models/customFields.js
@@ -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,