Skip to content

Commit

Permalink
Update blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Mar 28, 2024
1 parent 6b715da commit 7ada7f6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "\/wp-admin\/plugins.php",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https:\/\/downloads.wordpress.org\/plugin\/simpletoc.zip"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 7ada7f6

Please sign in to comment.