[wp-trac] [WordPress Trac] #43969: Custom themes will not work in TinyMCE 4.7
WordPress Trac
noreply at wordpress.org
Fri May 4 22:31:14 UTC 2018
#43969: Custom themes will not work in TinyMCE 4.7
--------------------------+-----------------------------
Reporter: programmin | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
--------------------------+-----------------------------
Themes (meaning ''Tinymce js themes'') that previously worked with TinyMCE
<= 4.6 will not work in the upcoming 4.7.
For example if you have been filtering wp_editor_settings and change the
array with:
{{{#!php
'theme' => 'myspecialtheme',
'theme_url' => 'full url of js file'
}}}
it looks quite broken because the format of the theme.js file (generally
the js/tinymce/themes/modern/theme.js) is vastly different format pre-4.7.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43969>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list