Skip to content

Commit a5860d5

Browse files
committed
introduce blueprint.json for WP playground preview
1 parent 081a6ab commit a5860d5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

assets/blueprint/blueprint.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"landingPage": "/wp-admin/options-general.php?page=statify-blacklist",
4+
"features": {
5+
"networking": true
6+
},
7+
"steps": [
8+
{
9+
"step": "login",
10+
"username": "admin",
11+
"password": "password"
12+
},
13+
{
14+
"step": "installPlugin",
15+
"pluginZipFile": {
16+
"resource": "wordpress.org/plugins",
17+
"slug": "statify"
18+
}
19+
},
20+
{
21+
"step": "activatePlugin",
22+
"pluginPath": "statify/statify.php"
23+
},
24+
{
25+
"step": "installPlugin",
26+
"pluginZipFile": {
27+
"resource": "wordpress.org/plugins",
28+
"slug": "statify-blacklist"
29+
}
30+
},
31+
{
32+
"step": "activatePlugin",
33+
"pluginPath": "statify-blacklis/statify-blacklist.php"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)