Closed (outdated)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2006 at 11:31 UTC
Updated:
14 Jan 2021 at 17:56 UTC
Jump to comment: Most recent
Just a quick question: with the latest version of TinyMCE (1.82) which has "Improved img_assist integration", do we still need to add the following lines to plugin_reg.php?
$plugins['drupalimage'] = array();
$plugins['drupalimage']['theme_advanced_buttons1'] = array('drupalimage');
$plugins['drupalimage']['extended_valid_elements'] = array('img[class|src|border=0|alt|title|width|height|align|name]');Regards
Patrick
Comments
Comment #1
Patrick Nelson commentedOK, just tested it and it seems that we do.
So, should the default plugin_reg.php that comes with the tinymce module be changed to reflect this now that img_assist is more tightly integrated or should it at least be made clearer in the tinymce and/or img_assist documentation that this is the case?
Thoughts?
Regards
Patrick
Comment #2
m3avrck commentedPatrick, the plugin has moved to img_assist as img_assist now is the complete solution, instead of some it spread across img_assist and tinymce. Should reduce bugs and makes things a bit better.
Might want to post this in the img_assist forums as well. I'm open to whatever makes the most sense for users, but the docs are now in img_assist INSTALL.txt.
Comment #3
luke.leber