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"