I can no longer add an empty span to the rich text, since it auto deletes it.
I used this before with a simple class, where the custom css was in this class.
%root% span {
some css
}
I could then easily add styling to the text element via a bricks class.
Now,
if I add a < span > in html, it deletes it.
If the span has a class, it will remain in place.
Steps to reproduce:
Image 1: Add text to a rich text element and use some enters.
@timmse is your Rich Text using the default config of Wordpress and it is enough to modify the tinymce.init via tiny_mce_before_init or do you have something dedicated for Bricks that requires a different filter?