Skip to content

Commit

Permalink
Per latest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 17, 2024
1 parent 913864b commit 667f859
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/admin.php?page=wpcf7&post=5&action=edit#cf7-extras",
"preferredVersions": {
"php": "7.4"
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
"step": "login"
},
{
"step": "installPlugin",
"pluginZipFile": {
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "contact-form-7"
},
Expand All @@ -24,7 +21,7 @@
},
{
"step": "installPlugin",
"pluginZipFile": {
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "contact-form-7-extras"
},
Expand Down

0 comments on commit 667f859

Please sign in to comment.