Sfoglia il codice sorgente

removing checkbox type

IgnatzHome 7 anni fa
parent
commit
9184bf3946
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,