monsieurbiz / SyliusRichEditorPlugin

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

Add custom tags #232

Open petitbx opened 3 months ago

petitbx commented 3 months ago

Hello, I'm using your plugin for one of my project on Sylius but I can't understand something.

I try to add custom CSS or JS on a HTML lame but that's doesn't work, the plugin don't authorize me to add custom CSS or JS in lame.

I'm on Sylius 1.11.15 with SF 5.4.41 and rich editor 2.7.1

If someone have idea ?

Thanks a lot

jacquesbh commented 3 months ago

Hi,

You should be able to override the templates in your templates/ directory, or in your Sylius theme.

This way adding CSS and JS should be possible using the Symfony framework tooling!

J