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
Is there any possiblity to integrate an html editor in the "Custom HTML" Particle? I use Joomla with TinyMCE-Editor. That would be very useful, because it is really user-unfriendly to type plain html.
The text was updated successfully, but these errors were encountered:
There is support for this in Joomla, but it's not used as other systems do not have support for it.
You can edit the particle YAML file and change the field type to editor instead of using textarea. I've not tested it for a bit, but it should still work.
I changed the type field in the yaml file from textarea.textarea to textarea.editor. After that there are some indications for a editor, but the editor loads not correctly. I also have a error in the debugger console 'Uncaught ReferenceError: tinyMCE is not defined'. Do i need to manually load the editor files and how can i do this?
Is there any possiblity to integrate an html editor in the "Custom HTML" Particle? I use Joomla with TinyMCE-Editor. That would be very useful, because it is really user-unfriendly to type plain html.
The text was updated successfully, but these errors were encountered: