WP Manifestindependent plugin directory
manifest / editor / fm-gutenberg

Fieldmanager Gutenberg Support

Fieldmanager Gutenberg

by Alley · github.com/alleyinteractive/fm-gutenberg · website

6stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/alleyinteractive/fm-gutenberg/archive/refs/heads/main.zip

Readme

Fieldmanager Gutenberg Support Plugin

This plugin is an extension for Fieldmanager that translates existing Fieldmanager metaboxes into Gutenberg (WordPress Block Editor) slotfills and a React implementation of metaboxes.

Table of Contents

Background

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.

Releases

The current branch is main. We will add automatic support for a built branch soon.

Install

Requires a version of Fieldmanager that includes this action - should be included after 1.5.

Use

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.

From Source

$ git clone https://github.com/alleyinteractive/fm-gutenberg
$ cd fm-gutenberg
$ npm ci
$ npm run build

Changelog

Coming soon.

Development Process

Pull requests are welcome.

Contributing

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.

Project Structure

Coming Soon

Third-Party Dependencies

Requires Fieldmanager

Related Efforts

Maintainers

Alley logo

License

Released under the GNU GENERAL PUBLIC LICENSE.

Read the full README on GitHub →