Skip to content

Commit

Permalink
Add the blueprint file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 17, 2024
1 parent 7c12dfc commit 913864b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"landingPage": "/wp-admin/admin.php?page=wpcf7&post=5&action=edit#cf7-extras",
"preferredVersions": {
"php": "7.4"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "contact-form-7"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "contact-form-7-extras"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 913864b

Please sign in to comment.