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

Products & taxon products UI elements are missing in v2 #98

Closed DieterHolvoet closed 3 years ago

DieterHolvoet commented 3 years ago

I noticed that the products & taxon products UI elements are missing from v2 of the plugin. Are there any plans to bring them back? If not, this should probably be documented in the upgrade guide.

jacquesbh commented 3 years ago

Hi!

Yes you are right, we removed a few Ui Elements. We are planning to provide another plugin which adds more elements. We want this one to be as simple as possible.

Good catch for the upgrade!

DieterHolvoet commented 3 years ago

Sounds good, is there a dev version of that new plugin? Or should I implement the products & taxon products elements myself if I need them now?

jacquesbh commented 3 years ago

@DieterHolvoet You should implement them by yourself for now.

I suggest using your own ui_element class with a proper autowiring. It'll allow you to make a proper render using the uiElement variable in your templates. Like here: