mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +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:
@@ -2049,7 +2049,7 @@ class media_admin_ui extends e_admin_ui
|
||||
'type' =>'glyph',
|
||||
'tagid' => $this->getQuery('tagid'),
|
||||
'action' =>'glyph', // Used by AJAX to identify correct function.
|
||||
'perPage' => 80,
|
||||
'perPage' => 70,
|
||||
'gridClass' => 'media-carousel-item-glyph pull-left icon-preview',
|
||||
'bbcode' =>'glyph',
|
||||
'close' => 'true'
|
||||
|
Reference in New Issue
Block a user