Update documentation and HTML files to use Kadence Blocks instead of Hello Dolly
This commit is contained in:
@@ -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)
|
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
|
## WP-CLI Commands for WordPress Playground
|
||||||
|
|
||||||
@@ -181,8 +181,7 @@ await playground.run({
|
|||||||
steps: [
|
steps: [
|
||||||
{ step: 'enableMultisite' },
|
{ step: 'enableMultisite' },
|
||||||
{ step: 'wp-cli', command: 'wp site create --slug=testsite' },
|
{ 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 plugin-toggle kadence-blocks --activate-network' }
|
||||||
{ step: 'wp-cli', command: 'wp plugin install hello-dolly' }
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -216,8 +215,7 @@ describe('Plugin Tests', () => {
|
|||||||
steps: [
|
steps: [
|
||||||
{ step: 'enableMultisite' },
|
{ step: 'enableMultisite' },
|
||||||
{ step: 'wp-cli', command: 'wp site create --slug=testsite' },
|
{ 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 plugin-toggle kadence-blocks --activate-network' }
|
||||||
{ step: 'wp-cli', command: 'wp plugin install hello-dolly' }
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -20,6 +20,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=9"></iframe>
|
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=10"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -20,6 +20,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<iframe src="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"></iframe>
|
<iframe src="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=24"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user