This plugin is an extension for Fieldmanager that translates existing Fieldmanager metaboxes into Gutenberg (WordPress Block Editor) slotfills and a React implementation of metaboxes.
- Background
- Releases
- Development Process
- Project Structure
- Third-Party Dependencies
- Related Efforts
- Maintainers
- License
This plugin was developed to better integrate Fieldmanager with the WordPress Block Editor (Gutenberg). Fieldmanager works with the Block Editor by itself, but there are several things that could be improved.
The current branch is main
. We will add automatic support for a built
branch soon.
Requires a version of Fieldmanager that includes this action - should be included after 1.5.
Install Fieldmanager and define metaboxes as defined in the Fieldmanager docs. Once you enable this plugin, the metaboxes should be generated using React and native Gutenberg code.
$ git clone https://github.com/alleyinteractive/fm-gutenberg
$ cd fm-gutenberg
$ npm ci
$ npm run build
Coming soon.
Pull requests are welcome.
If this project is open source, link to the CONTRIBUTING.md
here and outline whether issues, pull requests, etc. are welcome and how to go about it, eg:
Feel free to dive in! Open an issue or submit PRs. Standard Readme follows the Contributor Covenant Code of Conduct.
Coming Soon
Requires Fieldmanager
- Extends Fieldmanager
Released under the GNU GENERAL PUBLIC LICENSE.