FontAwesome Metadata Version: 5.15.5
Supported FontAwesome Version by Neos: 5.15.3
Plugin to add FontAwesome icon selector to your nodetypes. It also provides a default FontAwesome icon nodetype.
The plugin determines based on the selected version, the supported icons.
Install with composer
composer require vivomedia/neos-fontawesome-icon
You can set up your desired FontAwesome Version in /Configuration/Settings.yaml
VIVOMEDIA:
FontAwesome:
Icon:
licence: free #pro
version: 5.12.1
You can disable Icon groups (like brands) with the styles
setting.
VIVOMEDIA:
FontAwesome:
Icon:
styles:
solid: true
light: true
regular: true
brands: false # Disable Brand Icons
duotone: true # Enable Duotone (only pro licence)
The Neos backend UI is using its own FontAwesome (free) version. If you want to use a newer or the pro version with your website you will not see a preview for newer or pro icons in the editor.