generoi/wp-gutenberg-fontawesome-icon

适用于Gutenberg的FontAwesome图标

安装次数: 2

依赖项: 0

建议者: 0

安全性: 0

星标: 5

关注者: 6

分支: 0

开放问题: 0

语言:JavaScript

类型:wordpress-plugin

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

This package is auto-updated.

Last update: 2024-08-30 01:11:57 UTC


README

添加一个RichText格式,以便在任何RichText位置插入FontAwesome图标。

fontawesome-icon

安装

composer require generoi/wp-gutenberg-fontawesome-icon

要求

  • WordPress 5.6或更高版本

开发

安装依赖项

composer install
npm install

运行测试

npm run test

构建资源

# 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