generoi / wp-gutenberg-fontawesome-icon
适用于Gutenberg的FontAwesome图标
v0.2.2
2022-08-02 21:32 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- squizlabs/php_codesniffer: ^3.4.2
This package is auto-updated.
Last update: 2024-08-30 01:11:57 UTC
README
添加一个RichText格式,以便在任何RichText位置插入FontAwesome图标。
安装
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