generoi/wp-gutenberg-fontawesome-icon

FontAwesome Icon for Gutenberg

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 6

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

v0.2.2 2022-08-02 21:32 UTC

This package is auto-updated.

Last update: 2024-04-30 00:34:04 UTC


README

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