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 35 forks source link

Offers the possibility to pass a locale to display the ui elements #195

Closed delyriand closed 1 year ago

delyriand commented 1 year ago

With the PR, it is possible to add a locale in form option to display the ui elements with the locale.

An example in ProductTypeExtension in dist file.

In request payload, we have the locale code:

image

And if i display the {{ sylius.localeCode }} in the template of the html ui element: image