From f652e9e0c392b84385ecd77fd35e2ed98eb1e8e4 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 21 Apr 2025 22:47:53 +0100 Subject: [PATCH] Fix WordPress Playground blueprints to use GitHub repository URL --- playground/blueprint.json | 6 +++--- playground/index.html | 2 +- playground/multisite-blueprint.json | 6 +++--- playground/multisite.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/playground/blueprint.json b/playground/blueprint.json index 1bc4d3e..da852d9 100644 --- a/playground/blueprint.json +++ b/playground/blueprint.json @@ -13,13 +13,13 @@ { "step": "installPlugin", "pluginZipFile": { - "resource": "wordpress.org/plugins", - "slug": "wp-plugin-starter-template-for-ai-coding" + "resource": "url", + "url": "https://github.com/wpallstars/wp-plugin-starter-template-for-ai-coding/archive/refs/heads/feature/testing-framework.zip" } }, { "step": "activatePlugin", - "pluginSlug": "wp-plugin-starter-template-for-ai-coding" + "pluginSlug": "wp-plugin-starter-template-for-ai-coding-feature-testing-framework" } ] } diff --git a/playground/index.html b/playground/index.html index c24ccc5..96046a9 100644 --- a/playground/index.html +++ b/playground/index.html @@ -20,6 +20,6 @@
- +