From 4ef3d8acb6b83618f4f463e6c7a427323a7b0742 Mon Sep 17 00:00:00 2001 From: Francesco Bigiarini Date: Wed, 8 Jan 2025 23:09:24 +0100 Subject: [PATCH] Replace Create Block Theme plugin step with shortcut (#83) Fix: https://github.com/WordPress/blueprints/issues/49 Replace Create Block Theme plugin step with shortcut. --- blueprints/theme-a11y-test/blueprint.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/blueprints/theme-a11y-test/blueprint.json b/blueprints/theme-a11y-test/blueprint.json index 69a069b..77d4873 100644 --- a/blueprints/theme-a11y-test/blueprint.json +++ b/blueprints/theme-a11y-test/blueprint.json @@ -13,6 +13,9 @@ "features": { "networking": true }, + "plugins": [ + "create-block-theme" + ], "steps": [ { "step": "login" @@ -31,16 +34,6 @@ "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" } }, - { - "step": "installPlugin", - "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "create-block-theme" - }, - "progress": { - "weight": 2 - } - }, { "step": "installTheme", "themeZipFile": {