1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Issue #4969 Added support for FontAwesome v6

This commit is contained in:
Cameron
2023-02-05 13:48:50 -08:00
parent bd9f62675b
commit d320ee926e
20 changed files with 10424 additions and 16 deletions

View File

@@ -45,8 +45,8 @@ class wysiwygTest extends \Codeception\Test\Unit
$tests = array(
'bootstrap3' => array(
0 => '/e107_web/lib/bootstrap/3/css/bootstrap.min.css',
1 => '/e107_web/lib/font-awesome/5/css/all.min.css',
2 => '/e107_web/lib/font-awesome/5/css/v4-shims.min.css',
1 => '/e107_web/lib/font-awesome/6/css/all.min.css',
2 => '/e107_web/lib/font-awesome/6/css/v4-shims.min.css',
3 => '/e107_web/lib/animate.css/animate.min.css',
4 => '/e107_plugins/tinymce4/editor.css',
),