title: FontAwesome TinyMCE Plugin summary: How to enable and use the FontAwesome icon plugin for TinyMCE
This module comes with a TinyMCE plugin which is enabled by default. It adds a popup to the TinyMCE editor for pages so you can select a FontAwesome icon to be added to your content area.
You will need to ensure that your theme templates reference a FontAweome CSS stylesheet to allow the icons to be rendered. The Wātea theme has this enabled by default. If you need to add it, you could use the BootstrapCDN for FontAwesome.
The plugin is enabled by default. If you want to disable the plugin you can define a constant in your environment variables or .env
file:
CWP_AGENCY_DISABLE_FONTAWESOME_PLUGIN=1