Browse Source

removing checkbox type

IgnatzHome 7 năm trước cách đây
mục cha
commit
9184bf3946
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,