From 089e083f402bf3e527373f1eb40b1b36776fd8c4 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:48:03 +0100 Subject: [PATCH] Update documentation and HTML files to use Kadence Blocks instead of Hello Dolly --- .wiki/Playground-Testing.md | 8 +++----- playground/index.html | 2 +- playground/multisite.html | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.wiki/Playground-Testing.md b/.wiki/Playground-Testing.md index 02c5886..638cf75 100644 --- a/.wiki/Playground-Testing.md +++ b/.wiki/Playground-Testing.md @@ -19,7 +19,7 @@ The easiest way to test our plugin with WordPress Playground is to use the onlin 2. Multisite testing: [Open in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=23) -These links will automatically set up WordPress with multisite enabled, WP_DEBUG enabled, and both the Plugin Toggle and Hello Dolly plugins activated. +These links will automatically set up WordPress with multisite enabled, WP_DEBUG enabled, and both the Plugin Toggle and Kadence Blocks plugins activated. ## WP-CLI Commands for WordPress Playground @@ -181,8 +181,7 @@ await playground.run({ steps: [ { step: 'enableMultisite' }, { step: 'wp-cli', command: 'wp site create --slug=testsite' }, - { step: 'wp-cli', command: 'wp plugin install plugin-toggle --activate-network' }, - { step: 'wp-cli', command: 'wp plugin install hello-dolly' } + { step: 'wp-cli', command: 'wp plugin install plugin-toggle kadence-blocks --activate-network' } ] }); @@ -216,8 +215,7 @@ describe('Plugin Tests', () => { steps: [ { step: 'enableMultisite' }, { step: 'wp-cli', command: 'wp site create --slug=testsite' }, - { step: 'wp-cli', command: 'wp plugin install plugin-toggle --activate-network' }, - { step: 'wp-cli', command: 'wp plugin install hello-dolly' } + { step: 'wp-cli', command: 'wp plugin install plugin-toggle kadence-blocks --activate-network' } ] }); }); diff --git a/playground/index.html b/playground/index.html index 24d897e..8095269 100644 --- a/playground/index.html +++ b/playground/index.html @@ -20,6 +20,6 @@
- +