We have external-editor="tinymce" being called from datacapture.cfg. The TinyMce editor removes HTML tags like < video > or < iframe >.Can any one advise how we allow these tags . The manuals mention about iw-home/httpd/iw/tinymce/config/custom_config.js but doesn't mention any detail how to add entries specific to allowable valid elements and attributes and any related additional changes required.
you can create the elements dynamically using jquery. let me know if you need the code. I have implemented
Can you share your code?
I am facing same issue.