1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

Make sure FontAwesome still loads using CSS for TinyMce when using Bootstrap5.

This commit is contained in:
Cameron 2021-10-18 13:18:13 -07:00
parent bc84cdc59e
commit 236248503a
2 changed files with 9 additions and 1 deletions

View File

@ -645,7 +645,14 @@ class e_themeTest extends \Codeception\Test\Unit
'scope' => 'front',
'files' => 'js',
),
2 => array (
2 =>
array (
'name' => 'fontawesome',
'version' => '5',
'scope' => 'wysiwyg',
'files' => 'css',
),
3 => array (
'name' => 'animate.css',
// 'version' => '',
'scope' => 'front',

View File

@ -16,6 +16,7 @@
<libraries>
<library name="bootstrap" version="5" scope="front"/>
<library name="fontawesome" version="5" scope="front" files="js" />
<library name="fontawesome" version="5" scope="wysiwyg" files="css" />
<library name="animate.css" scope="front" />
</libraries>
<stylesheets>