Use official WordPress Playground blueprint examples

This commit is contained in:
2025-04-21 23:08:28 +01:00
parent 81f490efcb
commit 5f95ba762e
5 changed files with 21 additions and 47 deletions

View File

@@ -1,10 +1,13 @@
{
"landingPage": "/wp-admin/",
"login": true,
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "coblocks"
}
}
]
}