cliffparnitzky/tiny-mce-font-awesome

This package is abandoned and no longer maintained. No replacement package was suggested.

Special TinyMCE plugin that that adds a Font Awesome icon selector to the editor

Installs: 7 137

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 3

Open Issues: 2

Type:contao-module

2.1.2 2019-11-25 15:25 UTC

This package is auto-updated.

Last update: 2023-09-14 19:32:48 UTC


README

Latest Version on Packagist Installations via composer per month Installations via composer total

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

Screenshot

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:

Screenshot theme settings

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';

Information in the wiki

Create a new ...

Installation hints

Bug report hints