monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 37 forks source link

Use an autowired UiElement #89

Closed jacquesbh closed 3 years ago

jacquesbh commented 3 years ago

I've added the Google Maps Ui Element with a custom class as Ui Element.

The setAutowired(true) allows the container to asutowire the Ui Element, which is great and better than before!