Răsfoiți Sursa

removing checkbox type

IgnatzHome 7 ani în urmă
părinte
comite
9184bf3946
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      models/customFields.js

+ 1 - 1
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,