1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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', 'scope' => 'front',
'files' => 'js', 'files' => 'js',
), ),
2 => array ( 2 =>
array (
'name' => 'fontawesome',
'version' => '5',
'scope' => 'wysiwyg',
'files' => 'css',
),
3 => array (
'name' => 'animate.css', 'name' => 'animate.css',
// 'version' => '', // 'version' => '',
'scope' => 'front', 'scope' => 'front',

View File

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