wysiwyg/tinymce editor is missing ‘list’ plugin
-
I need support for list blocks in the wysiwig field type.
I discovered that the list plugin is missing in
wysiwyg.php
line 145Changing it to
?tinyMCE.settings.plugins = 'code,link,lists';
fixes the problem. Obviously I’d like to avoid editing the plugin file.
Is there a way to override this setting via hooks?
Many thanks in advance
- The topic ‘wysiwyg/tinymce editor is missing ‘list’ plugin’ is closed to new replies.