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:
@@ -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',
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user