Skip to content

Commit

Permalink
Add blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sclark3-godaddy committed Mar 24, 2024
1 parent 3d19cef commit 2551bf1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .wordpress-org/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"landingPage": "\/wp-admin\/admin.php?page=pods&pods_wasm_demo=1",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "pods"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "pods-alternative-cache"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 2551bf1

Please sign in to comment.