Skip to content

Commit

Permalink
create dirs, add blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Dec 9, 2024
1 parent 5e3d575 commit 3e16c7b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/site-editor.php",
"plugins": [ "gutenberg" ],
"login": true,
"features": {
"networking": true
},
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "setSiteOptions",
"options": {
"blogname": "Testing Gutenberg"
}
}
]
}

0 comments on commit 3e16c7b

Please sign in to comment.