🚨 NOTE: This is experimental software and should not be used in production if you don't know what you're doing. 🚨
Proof of Concept - adds support for block templates and global styles to the WPGraphQL schema. Uses WPGraphQL Content Blocks.
- PHP 7.4+ || 8.0+ || 8.1+
- WordPress 5.7.0+
- WPGraphQL 1.13.0+ (probably earlier too)
- WPGraphQL Content Blocks 1.0.0+
- FaustWP Plugin 1.0.0+
- Install & activate WPGraphQL.
- Install & activate WPGraphQL Content Blocks.
- Download the latest release
.zip
file, upload it to your WordPress install, and activate the plugin.
@todo Add to packagist.
composer require axepress/wp-graphql-site-editor
@todo
- Update your
.env
file to your testing environment specifications. - Run
composer install-test-env
to create the test environment. - Run your test suite with Codeception.
E.g.
vendor/bin/codecept run wpunit
will run all WPUnit tests.