vivomedia / neos-fontawesome-icon
Neos CMS Components and NodeType for FontAwesome-Icons
Installs: 5 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 3
Type:neos-plugin
Requires
- composer/semver: ^1.4.0|^3.2.0
- neos/neos: >=5.2
README
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
Install with composer
composer require vivomedia/neos-fontawesome-icon
Configuration
You can set up your desired FontAwesome Version in /Configuration/Settings.yaml
VIVOMEDIA:
FontAwesome:
Icon:
licence: free #pro
version: 5.12.1
Disable Icon Groups
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)
Screenshots
Known Issues
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.