vivomedia/neos-fontawesome-icon

Neos CMS Components and NodeType for FontAwesome-Icons

1.3.0 2023-03-07 12:52 UTC

This package is auto-updated.

Last update: 2024-03-26 12:11:43 UTC


README

Latest Stable Version Total Downloads License Maintainability

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

Screenshot

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.