Add compiler pass
New way to declare your class as UI Element
Use your services.yaml
for that:
App\UiElement\Gmap:
tags: ['monsieurbiz_rich_editor.ui_element']
You can also use a resource for all your UiElements, example:
App\UiElement\:
resource: '../../UiElement/'
tags: ['monsieurbiz_rich_editor.ui_element']
UI elements namespace changed
From MonsieurBiz\SyliusRichEditorPlugin\UiElement
to MonsieurBiz\SyliusRichEditorPlugin\UiElement\Element
Youtube UiElement
The Youtube UI Element is now available