Skip to content

Commit

Permalink
Adding Create Block Theme blueprint
Browse files Browse the repository at this point in the history
A no code way to start designing your next WordPress theme
  • Loading branch information
jonathanbossenger committed Oct 24, 2024
1 parent c582930 commit 404e57e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions blueprints/create-block-theme/blueprint.json
Original file line number Diff line number Diff line change
@@ -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": "psykro",
"categories": ["Editor", "theme"]
},
"plugins": [
"create-block-theme"
],
"features": {
"networking": true
},
"login": true,
"landingPage": "/wp-admin/site-editor.php"
}

0 comments on commit 404e57e

Please sign in to comment.