pbd-kn/contao-tinymce-plugin-fontawesome-bundle

Add a fontawesome to tinyMCE rte.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:contao-bundle

1.0.15 2024-02-20 13:54 UTC

This package is auto-updated.

Last update: 2024-05-20 14:28:59 UTC


README

# Contao Tinymce Plugin Builder Bundle 

contao-tinymce-plugin-fontawesome-bundle

Font Awesome tinyMce Contao Backend Widget

Backend

Abhängigkeiten

markocupic/contao-tinymce-plugin-builder-bundle Version >

Funktion

Installation

Konfiguration

Die Konfiguration wird in config/config.yaml gemacht. Sind keine Einträge vorhanden, so wir die Defaulteinstellung installiert. Die Icons stehen im FE automatisch zu Verfügung. es ist kein <script> Eintrag im Header notwendig.

Version 6 (default)

pbdkn_contao_tinymce_plugin_fontawesome:
    # get sourcepath for fontawesome 
    # default
    fontawesome_source_path: 'https://use.fontawesome.com/releases/v6.4.2/js/all.js'
    # Version of the metafile
    # default
    fontawesome_meta_file_version: '6.4.2'

Version 5

pbdkn_contao_tinymce_plugin_fontawesome:
    # get sourcepath for fontawesome 
    fontawesome_source_path: 'https://use.fontawesome.com/releases/v5.12.0/js/all.js'
    # Version of the metafile
    fontawesome_meta_file_version: '5.12.0'

Soll nach der Installation die fontaweversion gewechselt werden, so ist die Datei vendor/pbd-kn/contao-tinymce-plugin-fontawesome-bundle/src/Resources/tinymce4/js/plugins/fontawesome/copied.txt zu löschen und den Cache erneuern, oder das Bundle neu zu installieren.