From 667f859952915582e61e522c8dc3b27d688159ea Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 17 Dec 2024 09:31:19 +0200 Subject: [PATCH] Per latest schema --- assets/blueprints/blueprint.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/assets/blueprints/blueprint.json b/assets/blueprints/blueprint.json index e9aea8b..2203aeb 100644 --- a/assets/blueprints/blueprint.json +++ b/assets/blueprints/blueprint.json @@ -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" }, @@ -24,7 +21,7 @@ }, { "step": "installPlugin", - "pluginZipFile": { + "pluginData": { "resource": "wordpress.org/plugins", "slug": "contact-form-7-extras" },