Skip to content

Commit

Permalink
🍱 Add demo blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Aug 6, 2024
1 parent 6864cee commit e0cd1cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"features": {
"networking": true
},
"landingPage": "/wp-admin/post.php?post=2&action=edit",
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit e0cd1cf

Please sign in to comment.