We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e79eb commit bc3db0dCopy full SHA for bc3db0d
assets/blueprints/blueprint.json
@@ -1,22 +1,15 @@
1
{
2
+ "$schema": "https://playground.wordpress.net/blueprint-schema.json",
3
"landingPage": "/wp-admin/admin.php?page=html-api-debugger&html=<h1>Hello world!</h1>",
4
"preferredVersions": {
5
"php": "8.0",
6
"wp": "latest"
7
},
- "phpExtensionBundles": ["kitchen-sink"],
8
"steps": [
9
10
"step": "login",
11
- "username": "admin",
12
- "password": "password"
13
- },
14
- {
15
- "step": "installPlugin",
16
- "pluginZipFile": {
17
- "resource": "wordpress.org/plugins",
18
- "slug": "html-api-debugger"
19
- }
+ "username": "admin"
20
}
21
- ]
+ ],
+ "plugins": ["html-api-debugger"]
22
0 commit comments