diff --git a/blueprints/create-block-theme/blueprint.json b/blueprints/create-block-theme/blueprint.json new file mode 100644 index 0000000..dbdc401 --- /dev/null +++ b/blueprints/create-block-theme/blueprint.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "Create Block Theme", + "description": "Blueprint to install Create Block Theme and start editing right away", + "author": "jonathanbossenger", + "categories": ["Editor", "theme"] + }, + "plugins": [ + "create-block-theme" + ], + "features": { + "networking": true + }, + "login": true, + "landingPage": "/wp-admin/site-editor.php" +}