File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -129,4 +129,8 @@ public function Field($properties = array()) {
129129
130130 return $ this ->customise ($ properties )->renderWith ($ this ->getTemplates ());
131131 }
132+
133+ public function Type () {
134+ return 'optionset checkboxset nestedcheckboxset ' ;
135+ }
132136}
Original file line number Diff line number Diff line change 1- # right form .CheckboxSetField ul { margin : 0 ; padding : 0 ; }
2- # right form .CheckboxSetField ul li { list-style : none !important ; margin : 0 ; padding : 0 ; }
3- # right form .CheckboxSetField input { width : auto; }
1+ # right form .nestedcheckboxsetfield ul { margin : 0 ; padding : 0 ; }
2+ # right form .nestedcheckboxsetfield ul li { list-style : none !important ; margin : 0 ; padding : 0 ; }
3+ # right form .nestedcheckboxsetfield input { width : auto; }
You can’t perform that action at this time.
0 commit comments