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

Allow tags exclusion #197

Closed jacquesbh closed 1 year ago

jacquesbh commented 1 year ago

I've updated the README so it's pretty clear about what's possible now.

But mainly, having a tag -default in your Form's field will exclude all default Ui Elements.

You can retag them with some specific tags using the configuration to include them back using: -default, custom_tag as example.

=> Failing tests are fixed by #198.