You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I have a small request for the next update of tiny_mce. It woud be great if we could set 'verify_html' in the system setting panel. Nowadays, it makes less and less sense to enforce html standard in the richtext editor. A simple example now is that I currently use angular to inject components in my interface. It works great it is very useful for easily augmenting the interface however it would 10000000 times cooler if I could inject those component straight in the rich text editor. I resolve this issue by changing the file core/components/tinymce/tinymce.class.php to add 'verify_html'=>false and now I can add any tags I want!
Anyways that would be cool to make it happen
Thanks
Mark
The text was updated successfully, but these errors were encountered:
Hey guys, I have a small request for the next update of tiny_mce. It woud be great if we could set 'verify_html' in the system setting panel. Nowadays, it makes less and less sense to enforce html standard in the richtext editor. A simple example now is that I currently use angular to inject components in my interface. It works great it is very useful for easily augmenting the interface however it would 10000000 times cooler if I could inject those component straight in the rich text editor. I resolve this issue by changing the file core/components/tinymce/tinymce.class.php to add 'verify_html'=>false and now I can add any tags I want!
Anyways that would be cool to make it happen
Thanks
Mark
The text was updated successfully, but these errors were encountered: