SilverSmith
SilverSmith copied to clipboard
HTMLEditorField does not provide: 'FieldName' => 'HTMLText',
in yml: ExtraContent: {CMSField: HTMLEditorField}
Produces: $fields->addFieldToTab("Root.Main", new HTMLEditorField('ExtraContent', _t('EventPage.EXTRACONTENT', 'Extra Content')), 'Content');
But not the: static $db = array ( 'ExtraContent' => 'HTMLText', );
Workaround: Using type: Wysiwyg
Like: ExtraContent: {CMSField: Wysiwyg}