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:
parent
bc84cdc59e
commit
236248503a
@ -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',
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user