Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 948 Bytes

FontAwesomePlugin.md

File metadata and controls

18 lines (11 loc) · 948 Bytes

title: FontAwesome TinyMCE Plugin summary: How to enable and use the FontAwesome icon plugin for TinyMCE

FontAwesome TinyMCE Plugin

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.

Configuration

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.

Disabling the plugin

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