diff --git a/playground/blueprint.json b/playground/blueprint.json index fe4df61..2612979 100644 --- a/playground/blueprint.json +++ b/playground/blueprint.json @@ -10,18 +10,8 @@ } }, { - "step": "installPlugin", - "pluginData": { - "resource": "wordpress.org/plugins", - "slug": "plugin-toggle" - } - }, - { - "step": "installPlugin", - "pluginData": { - "resource": "wordpress.org/plugins", - "slug": "hello-dolly" - } + "step": "wp-cli", + "command": "wp plugin install plugin-toggle kadence-blocks --activate" } ] } diff --git a/playground/multisite-blueprint.json b/playground/multisite-blueprint.json index cde9d03..9b56443 100644 --- a/playground/multisite-blueprint.json +++ b/playground/multisite-blueprint.json @@ -21,11 +21,7 @@ }, { "step": "wp-cli", - "command": "wp plugin install plugin-toggle --activate-network" - }, - { - "step": "wp-cli", - "command": "wp plugin install hello-dolly" + "command": "wp plugin install plugin-toggle kadence-blocks --activate-network" } ] }