wp-gutenberg-fontawesome-icon

Add a RichText format for inserting FontAwesome icons anywhere RichText is used.

fontawesome-icon

Installation

composer require generoi/wp-gutenberg-fontawesome-icon

Requirements

  • WordPress 5.6 or newer

Development

Install dependencies

composer install
npm install

Run the tests

npm run test

Build assets

# Minified assets which are to be committed to git
npm run build:production

# Watch for changes and re-compile while developing the plugin
npm run start