Browse Source

removing checkbox type

IgnatzHome 7 years ago
parent
commit
9184bf3946
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/customFields.js

+ 1 - 1
models/customFields.js

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