Suggestion: Add option to move buttons to second row
-
Hi and thank you for the plugin!
I use it often, but find that all the buttons can sort of clog up the toolbar in the editor, and often the column buttons are not used that often.
Could I suggest an option in the settings that allows us to move the buttons to the second row of the TinyMCE editor?
It would mean adding a checkbox in the settings options and then conditionally changing
add_filter('mce_buttons', 'gc_register_button');
to
add_filter('mce_buttons_2', 'gc_register_button');
- The topic ‘Suggestion: Add option to move buttons to second row’ is closed to new replies.