Filter to hide additional buttons in TinyMCE editor?
-
Hey! Thank you again for a truly helpful plugin.
Wysiwyg custom fields created with Pods Framework, has the following toolbar when MRW is activated.
I was previously using a custom plugin configured to hide even more buttons, resulting in this:
This was achieved by passing this to the plugin.
function pix_extended_editor_mce_buttons($buttons) { return array( "undo", "redo", "bold", "italic", "bullist", "numlist", "link", "unlink", "removeformat"); }
Would it be possible to filter the TinyMCE buttons available using MRW Simplified Editor to achieve this result?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filter to hide additional buttons in TinyMCE editor?’ is closed to new replies.