Skip to content

Commit 9b8c9f7

Browse files
committed
Use a more interesting example in blueprint
1 parent 349e1c4 commit 9b8c9f7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

assets/blueprints/blueprint.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"landingPage": "/wp-admin/admin.php?page=html-api-debugger&html=<h1>Hello world!</h1>",
3+
"landingPage": "/wp-admin/admin.php?page=html-api-debugger&html=<%21DOCTYPE+html>%0A<html>%0A<body>%0A++Look+a+<strong>ball<%2Fstrong>%3A<br+cool>%0A++<img+src%3D%27data%3Aimage%2Fsvg%2Bxml%3Butf8%2C<svg+width%3D\"20\"+height%3D\"20\"+xmlns%3D\"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\"><circle+cx%3D\"10\"+cy%3D\"10\"+fill%3D\"red\"+r%3D\"10\"+%2F><%2Fsvg>%27%2F>%0A++<%2Fbr+awesome>%0A++It%27s+<s>blue<%2Fs><em>red<%2Fem>.%0A<%2Fbody>%0A<%2Fhtml>",
44
"preferredVersions": {
55
"php": "8.0",
66
"wp": "latest"
77
},
8-
"steps": [
9-
{
10-
"step": "login",
11-
"username": "admin"
12-
}
13-
],
8+
"login": true,
149
"plugins": ["html-api-debugger"]
1510
}

0 commit comments

Comments
 (0)