Skip to content

Commit

Permalink
Adding Create Block Theme blueprint (#72)
Browse files Browse the repository at this point in the history
A no code way to start designing your next WordPress theme

---------

Co-authored-by: Adam Zieliński <[email protected]>
  • Loading branch information
jonathanbossenger and adamziel authored Oct 25, 2024
1 parent c582930 commit ee0a5b2
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": "jonathanbossenger",
"categories": ["Editor", "theme"]
},
"plugins": [
"create-block-theme"
],
"features": {
"networking": true
},
"login": true,
"landingPage": "/wp-admin/site-editor.php"
}

0 comments on commit ee0a5b2

Please sign in to comment.