Hallo,
ich würde gerne über die Custom Fields (Shopware 6: Custom fields) einen Text Editor (Shopware 6 - Settings - Custom fields) über ein Plugin einbinden. Setze ich den Custom Field Type auf HTML erscheint nur ein einzeiliges Feld. Habe nichts weiter dazu gefunden. Kann mir jemand helfen?
[
'name' => 'custom_field_html_editor_text',
'type' => 'CustomFieldTypes::HTML',
'config' => [
'customFieldPosition' => 1,
'customFieldType' => 'html',
'label' => [
'en-GB' => 'Editor',
'de-DE' => 'Editor',
]
]
],