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