Skip to content

Commit

Permalink
Merge pull request #14 from dheerajaccolite/v.3
Browse files Browse the repository at this point in the history
Add font-awesome plugin
  • Loading branch information
stefanneculai authored Apr 15, 2019
2 parents 764e889 + 607c03c commit 9caeb7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/View/Helper/FroalaHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public function plugin($common_options = array(), $js_options = array(), $css_op
'/Froala/js/plugins/quick_insert.min.js',
'/Froala/js/plugins/quote.min.js',
'/Froala/js/plugins/special_characters.min.js',
'/Froala/js/third_party/spell_checker.min.js',
'/Froala/js/third_party/spell_checker.min.js',
'/Froala/js/third_party/font_awesome.min.js',
'/Froala/js/plugins/save.min.js',
'/Froala/js/plugins/table.min.js',
'/Froala/js/plugins/url.min.js',
Expand All @@ -117,9 +118,11 @@ public function plugin($common_options = array(), $js_options = array(), $css_op
'/Froala/css/plugins/line_breaker.min.css',
'/Froala/css/plugins/quick_insert.min.css',
'/Froala/css/plugins/special_characters.min.css',
'/Froala/css/third_party/spell_checker.min.css',
'/Froala/css/third_party/spell_checker.min.css',
'/Froala/css/third_party/font_awesome.min.css',
'/Froala/css/plugins/table.min.css',
'/Froala/css/plugins/video.min.css'
'/Froala/css/plugins/video.min.css',
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
), $css_options
);
}
Expand Down

0 comments on commit 9caeb7a

Please sign in to comment.