소스 검색

Add checkbox as an option to custom field create dialog

John R. Supplee 4 년 전
부모
커밋
f8f14613f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/sidebar/sidebarCustomFields.js

+ 1 - 1
client/components/sidebar/sidebarCustomFields.js

@@ -16,7 +16,7 @@ BlazeComponent.extendComponent({
 }).register('customFieldsSidebar');
 
 const CreateCustomFieldPopup = BlazeComponent.extendComponent({
-  _types: ['text', 'number', 'date', 'dropdown', 'currency'],
+  _types: ['text', 'number', 'date', 'dropdown', 'currency', 'checkbox'],
 
   _currencyList: [
     {