1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +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

@@ -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>