Use working blueprint example for WordPress Playground multisite

This commit is contained in:
2025-04-22 01:09:24 +01:00
parent b10ea120cd
commit 999105228a
4 changed files with 14 additions and 17 deletions

View File

@@ -1,15 +1,18 @@
{
"landingPage": "/wp-admin/options-general.php",
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/network/",
"login": true,
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"options": {
"multisite": true,
"features": {
"networking": true
},
"steps": [
{
"step": "enableMultisite"
},
{
"step": "wp-cli",
"command": "wp site create --slug=testsite"
},
{
"step": "installPlugin",
"pluginData": {

View File

@@ -20,6 +20,6 @@
</style>
</head>
<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=14"></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=15"></iframe>
</body>
</html>