Skip to content

Commit

Permalink
Added blueprint.json #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur0812 committed Nov 14, 2024
1 parent f8c22f6 commit ed1d72f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/options-general.php?page=perform",
"features": {
"networking": true
},
"preferredVersions": {
"php": "7.4",
"wp": "6.5"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "perform"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit ed1d72f

Please sign in to comment.