1 | <?php |
||
11 | class Moo_EditableFieldLiteral extends Moo_EditableField |
||
12 | { |
||
13 | private static $singular_name = 'HTML Block'; |
||
14 | private static $plural_name = 'HTML Blocks'; |
||
15 | protected $customSettingsFields = [ |
||
16 | 'Content', |
||
17 | ]; |
||
18 | public function getFieldConfiguration() |
||
32 | |||
33 | 1 | protected function initFormField() |
|
44 | } |
||
45 |