cliffparnitzky / tiny-mce-font-awesome
Special TinyMCE plugin that that adds a Font Awesome icon selector to the editor
Installs: 7 289
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 2
Type:contao-module
Requires
- php: >=5.3
- cliffparnitzky/tiny-mce-noneditable: ~1.0
- cliffparnitzky/tiny-mce-plugin-loader: ~2.1
- contao-community-alliance/composer-plugin: ~3.0
- contao/core-bundle: ~4.4
README
Contao Extension: TinyMceFontAwesome
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
Installation
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
Tracker
https://github.com/cliffparnitzky/TinyMceFontAwesome/issues
Compatibility
- Contao version >= 4.4.0
Dependency
- To load this plugin and add it to the configuration the extension [TinyMcePluginLoader] has to be installed.
- Since Version 2.1.0 the extension [TinyMceNoneditable] is needed.
Screenshot
Additional information
Special notes
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:
Change URL to Font Awesome CSS file
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';