Skip to content

Commit a006a25

Browse files
authored
Update blueprint.json
1 parent a8b652c commit a006a25

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

assets/blueprints/blueprint.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"landingPage": "/wp-admin/profile.php",
3+
"landingPage": "\/wp-admin\/profile.php",
44
"preferredVersions": {
55
"php": "7.4",
66
"wp": "latest"
77
},
88
"steps": [
99
{
10-
"step": "login"
10+
"step": "login",
11+
"username": "admin",
12+
"password": "password"
1113
},
1214
{
1315
"step": "installPlugin",
14-
"pluginData": {
15-
"resource": "wordpress.org/plugins",
16+
"pluginZipFile": {
17+
"resource": "wordpress.org\/plugins",
1618
"slug": "two-factor"
1719
},
1820
"options": {

0 commit comments

Comments
 (0)