WP 2.1 tinyMCE customization
-
Hello,
I see that WP 2.1 now includes a tinyMCE config file. In this file I see the following:
$mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent', 'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator', 'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker', 'separator', 'wp_help', 'wp_adv_start', 'wp_adv', 'separator', 'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator', 'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup', 'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));Why is it that not all of these icons are actually appearing in my toolbar? Any resources on tinyMCE customization changes in WP 2.1?
The topic ‘WP 2.1 tinyMCE customization’ is closed to new replies.