Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

HTML code editors removes code!

#776
Avatar photo[anonymous]

Hi,

I suppose that your issue is caused by fact that TinyMCE editor removes some tags.

You can try to override editor config: https://getpublii.com/dev/how-to-add-custom-config-or-js-for-post-editor/

You should use something like this:

`{
extended_valid_elements: ‘*[*]’
}`