File tree 1 file changed +13
-14
lines changed
1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
},
18
18
{
19
- "step" : " writeFiles" ,
20
- "writeToPath" : " /wordpress/wp-content/plugins/woo-shipping-method" ,
21
- "filesTree" : {
22
- "resource" : " literal:directory" ,
23
- "name" : " woo-shipping-method" ,
24
- "files" : {
25
- "woo-shipping-method.php" : {
26
- "resource" : " url" ,
27
- "url" : " https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/woo-shipping/woo-shipping-method/woo-shipping-method.php"
28
- }
29
- }
19
+ "step" : " mkdir" ,
20
+ "path" : " /wordpress/wp-content/plugins/woo-shipping-method"
21
+ },
22
+ {
23
+ "step" : " writeFile" ,
24
+ "path" : " /wordpress/wp-content/plugins/woo-shipping-method/woo-shipping-method.php" ,
25
+ "data" : {
26
+ "resource" : " url" ,
27
+ "url" : " https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/woo-shipping/woo-shipping-method/woo-shipping-method.php"
30
28
}
31
- },
32
- {
29
+ },
30
+ {
33
31
"step" : " activatePlugin" ,
32
+ "pluginName" : " woo-shipping-method" ,
34
33
"pluginPath" : " woo-shipping-method/woo-shipping-method.php"
35
- }
34
+ }
36
35
],
37
36
"siteOptions" : {
38
37
"blogName" : " Woo Shipping Method"
You can’t perform that action at this time.
0 commit comments