isolated-block-editor

Isolated Block Editor - bundling with WordPress

This helps with setting up WordPress to load Gutenberg on pages outside of the post editor.

It will:

Some of this setup is copied from WordPress, and may need to be updated.

add_action( 'init', function() {
	$gutenberg = new IsoEditor_Gutenberg();
	$gutenberg->load();
} );