Fix Hello Dolly plugin installation in WordPress Playground blueprints

This commit is contained in:
2025-04-22 02:11:57 +01:00
parent 1089ea491a
commit 13d2f92ee5
6 changed files with 15 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly"
"command": "wp plugin install hello-dolly --activate"
}
]
}

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/blueprint.json&_t=6"></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=7"></iframe>
</body>
</html>

View File

@@ -25,7 +25,7 @@
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly --network"
"command": "wp plugin install hello-dolly --activate-network"
}
]
}

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=19"></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=20"></iframe>
</body>
</html>