From 00aa79cb1e0730697413c8352d7383db2fa0939f Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 12 Nov 2024 16:13:22 +0100 Subject: [PATCH] fix: typo and deprecated options in blueprint.json --- assets/blueprints/blueprint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/blueprints/blueprint.json b/assets/blueprints/blueprint.json index 9d94e07..6594df5 100644 --- a/assets/blueprints/blueprint.json +++ b/assets/blueprints/blueprint.json @@ -12,7 +12,7 @@ }, { "step": "installPlugin", - "pluginZipFile": { + "pluginData": { "resource": "wordpress.org/plugins", "slug": "statify" } @@ -23,14 +23,14 @@ }, { "step": "installPlugin", - "pluginZipFile": { + "pluginData": { "resource": "wordpress.org/plugins", "slug": "statify-blacklist" } }, { "step": "activatePlugin", - "pluginPath": "statify-blacklis/statify-blacklist.php" + "pluginPath": "statify-blacklist/statify-blacklist.php" } ] }