Use enableMultisite step in WordPress Playground blueprint

This commit is contained in:
2025-04-22 00:24:39 +01:00
parent 17375cf555
commit 960468f176
4 changed files with 9 additions and 9 deletions

View File

@@ -1,15 +1,15 @@
{
"landingPage": "/wp-admin/",
"landingPage": "/wp-admin/network/",
"login": true,
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"options": {
"multisite": true,
"networking": true
},
"steps": [
{
"step": "enableMultisite",
"subdomain": false
},
{
"step": "installPlugin",
"pluginData": {

View File

@@ -20,6 +20,6 @@
</style>
</head>
<body>
<iframe src="https://playground.wordpress.net/?php=8.0&multisite=true&networking=true&_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/multisite-blueprint.json&_t=10"></iframe>
</body>
</html>