The problem: When using an admin theme and you want to use an editor CSS file from the front end theme, there is currently no token. Using the path_to_theme token uses the current theme, which is the admin theme, in a multisite environment with a shared admin theme this can be an issue.

The solution: Add in a token which is the path to the default theme, instead of the current one.

My attempt at a patch is attached. This is against the current 7.x-2.x head.

CommentFileSizeAuthor
wysiwyg-default_theme_css.patch6.19 KBPaul Lomax

Comments

twod’s picture