mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
TinyMCE: revert style for the blocks drop-down in the toolbar, limit the styles imported for the same drop-down, make the menu highlight color grey. Part props avryl, see #26952
git-svn-id: https://develop.svn.wordpress.org/trunk@27193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -324,8 +324,8 @@ final class _WP_Editors {
|
||||
'keep_styles' => false,
|
||||
'paste_remove_styles' => true,
|
||||
|
||||
// limit the preview styles in the menu/toolbar
|
||||
// 'preview_styles' => 'font-family font-weight font-style text-decoration text-transform color background-color border',
|
||||
// Limit the preview styles in the menu/toolbar
|
||||
'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform',
|
||||
|
||||
'wpeditimage_disable_captions' => $no_captions,
|
||||
'plugins' => implode( ',', $plugins ),
|
||||
|
||||
Reference in New Issue
Block a user