File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments