diff --git a/.development/mu-plugin.php b/.development/mu-plugin.php new file mode 100644 index 0000000..c373075 --- /dev/null +++ b/.development/mu-plugin.php @@ -0,0 +1,27 @@ +addPackage( + \Inpsyde\GutenbergVersionManager\Package::new() +); + +\add_action('muplugins_loaded', static fn () => $app->boot()); diff --git a/.development/themes/test-theme/config/gutenberg.php b/.development/themes/test-theme/config/gutenberg.php new file mode 100644 index 0000000..14e4633 --- /dev/null +++ b/.development/themes/test-theme/config/gutenberg.php @@ -0,0 +1,9 @@ + [ + '16.8.0', + ], +]; diff --git a/.development/themes/test-theme/functions.php b/.development/themes/test-theme/functions.php new file mode 100644 index 0000000..174d7fd --- /dev/null +++ b/.development/themes/test-theme/functions.php @@ -0,0 +1,3 @@ +