Releases: DirkPersky/typo3-rte-ckeditor-fontawesome
Releases · DirkPersky/typo3-rte-ckeditor-fontawesome
12.2.0: Merge pull request #44 from NitinParri/patch-3
12.1.0
12 LTS
v11.5.6
v11.5.5
Fontawesome 6 Pro
Usually you have a RTE config in your sitepackage, if not create a new file.
- add PluginFA6Pro.yaml to imports
- add fontAwesome URL or path to CSS
- if icons are still missing: check webfonts path in the css and change if necessary
imports:
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
- { resource: "EXT:rte_ckeditor_fontawesome/Configuration/RTE/PluginFA6Pro.yaml" }
editor:
config:
fontAwesome:
- "EXT:sitepackage/Resources/Public/Fonts/Css/fa6pro-all.css"