瀏覽代碼

removing checkbox type

IgnatzHome 7 年之前
父節點
當前提交
9184bf3946
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,