Special TinyMCE plugin that that adds a Font Awesome icon selector to the editor.
The sources of this plugin could be found here.
FontAwesome version: 4.7.0 FontAwesome-Plugin version: 2.1.0
Install the extension via composer: cliffparnitzky/tiny-mce-font-awesome.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/TinyMceFontAwesome/releases
https://github.com/cliffparnitzky/TinyMceFontAwesome/issues
In the backend, the CSS file for the Font Awesome icons will automatically be integrated.
For the frontend, it has to be defined in the themes:
Sometime it will be necessary to change the URL to the Font Awesome CSS file (e.g. in https
environment).
Add the following line to your system/config/dcaconfig.php
and modify it (this way is update save):
$GLOBALS['TL_FONTAWESOME_CSS'] = 'https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';