Skip to content

Releases: DirkPersky/typo3-rte-ckeditor-fontawesome

12.2.0: Merge pull request #44 from NitinParri/patch-3

09 May 09:29
4e2ce77
Compare
Choose a tag to compare

12.1.0

20 Oct 13:59
Compare
Choose a tag to compare

#41 FA Pro implementation
#39 update icons

12 LTS

13 Oct 14:04
Compare
Choose a tag to compare

v11.5.6

03 Nov 13:48
Compare
Choose a tag to compare

Fontawesome 6 Pro

#32 Update to FA6.2.0 + add Thin and Sharp style

v11.5.5

07 May 23:09
9bf703b
Compare
Choose a tag to compare

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"

v11.5.4

19 Mar 10:20
Compare
Choose a tag to compare
  • #17
  • code improvement

Update YAML

imports:
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Full.yaml" }
  - { resource: "EXT:rte_ckeditor_fontawesome/Configuration/RTE/PluginFA5Pro.yaml" }
# Add configuration for the editor
editor:
  config:
    fontAwesome:
      - "LINK TO FONTAWESOME PRO"

v11.5.3

15 Mar 13:36
Compare
Choose a tag to compare

#17 Bug fix Backend css backfire

v11.5.2

08 Mar 19:36
Compare
Choose a tag to compare

#24 Fontawesome 6 release

v11.5.1

26 Oct 08:33
Compare
Choose a tag to compare

Dialog Bugfix #17
TYPO3 11 LTS release

v10.3.1

05 Apr 09:36
Compare
Choose a tag to compare
  • bugfix #3