1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml

Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
This commit is contained in:
Cameron
2021-02-11 16:39:50 -08:00
parent d985b830f4
commit 7133d4bb6f
13 changed files with 301 additions and 1062 deletions

View File

@@ -15,4 +15,5 @@ define("TMCEALAN_3", "Enable this if the browser internal spellchecker should be
define("TMCEALAN_4", "Visual Blocks");
define("TMCEALAN_5", "Enable to make html blocks visible during editing.");
define("TMCEALAN_6", "Code-Highlight CSS class.");
define("TMCEALAN_7", "Use frontend style");
define("TMCEALAN_8", "When enabled, the editor will use the style of the frontend theme. (when supported)");