Fix Hello Dolly plugin installation errors in WordPress Playground blueprints

This commit is contained in:
2025-04-22 13:53:01 +01:00
parent 920b1a0a7d
commit 189d0de673
7 changed files with 12 additions and 36 deletions

View File

@@ -22,10 +22,6 @@
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly"
}
]
}

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=8"></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=9"></iframe>
</body>
</html>

View File

@@ -23,16 +23,9 @@
"step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate-network"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly --network"
"command": "wp plugin install hello-dolly"
}
]
}

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=22"></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=23"></iframe>
</body>
</html>

View File

@@ -77,10 +77,6 @@
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly"
}
]
};
@@ -111,16 +107,9 @@
"step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate-network"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin activate hello-dolly --network"
"command": "wp plugin install hello-dolly"
}
]
};