backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Do not remove figure that contain anything #52

Closed indigoxela closed 9 months ago

indigoxela commented 9 months ago

Currently the backdrop image plugin does a quite harsh cleanup with figure:

https://github.com/backdrop-contrib/tinymce/blob/1.x-1.x/js/plugins/backdropimage/plugin.js#L69C31-L69C31

It removes any figure, that doesn't contain any image.

But it's valid that figure contains any flow content, not just images, so better not rip out?

indigoxela commented 9 months ago

Seems like CKE 4 and 5 also play nicely when toggling.

See #53