LOOKING FOR THE CRAFT 2.x VERSION? Download here
This plugin adds the ability to select Font Awesome icons in Redactor in your CP panel. To use this plugin you also need the free Redactor plugin.
While Craft 3 is still in beta, you'll need to use Composer to download and install the plugin.
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require svenjungnickel/redactor-font-awesome
-
Include the Font Awesome plugin in your Redactor config file located in
craft/config/redactor/-your-config-file-.json
. To do so, addfontAwesome
in the plugins array. -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Redactor Font Awesome.
NOTE: Don't forget to include font awesome on your front-end.
See CHANGELOG.md.