froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

Font Awesome 3rd Party Plugin not enabled in config #74

Closed bitlbot closed 5 years ago

bitlbot commented 5 years ago

It appears that the Font Awesome plugin config is not included in the $ARR_PLUGIN_CONFIG in the PluginProvider.php to get that functionality.

I added "font_awesome" => [ PluginProvider::KEY_CSS => 1, PluginProvider::KEY_FOLDER => PluginProvider::VALUE_THIRD_PARTY ] to the end of the array (in the "Third party" section) and it worked. Oh, I also had to explicitly load the plugin.

mounikasure commented 5 years ago

Verified font_awesome is included for Symfony image