1 | <?php |
||
10 | class Moo_EditableFieldCheckbox extends Moo_EditableField |
||
11 | { |
||
12 | private static $singular_name = 'Checkbox Field'; |
||
13 | private static $plural_name = 'Checkboxes'; |
||
14 | |||
15 | protected $customSettingsFields = [ |
||
16 | 'Default', |
||
17 | ]; |
||
18 | |||
19 | public function getFieldConfiguration() |
||
25 | |||
26 | 1 | protected function initFormField() |
|
30 | } |
||
31 |