Skip to content

v11.5.5

Compare
Choose a tag to compare
@DirkPersky DirkPersky released this 07 May 23:09
· 49 commits to master since this release
9bf703b

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"