Skip to content

Commit bc3db0d

Browse files
authored
Add schema to blueprint and update (#2)
* Blueprint: Add schema * Update blueprint to fit schema
1 parent 08e79eb commit bc3db0d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

assets/blueprints/blueprint.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
23
"landingPage": "/wp-admin/admin.php?page=html-api-debugger&html=<h1>Hello world!</h1>",
34
"preferredVersions": {
45
"php": "8.0",
56
"wp": "latest"
67
},
7-
"phpExtensionBundles": ["kitchen-sink"],
88
"steps": [
99
{
1010
"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-
}
11+
"username": "admin"
2012
}
21-
]
13+
],
14+
"plugins": ["html-api-debugger"]
2215
}

0 commit comments

Comments
 (0)