We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Issue #52: Do not remove figure with content
a33c95f
Seems like CKE 4 and 5 also play nicely when toggling.
See #53
Sorry, something went wrong.
Issue #52: Do not remove figure with content (#53)
61126ab
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: