Skip to content

Commit 382dfc5

Browse files
committed
use writeFiles step instead of installPlugin
1 parent d75e9e3 commit 382dfc5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

blueprints/woo-shipping/blueprint.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
}
1717
},
1818
{
19-
"step": "installPlugin",
20-
"pluginData": {
19+
"step": "writeFiles",
20+
"writeToPath": "/wordpress/wp-content/plugins/woo-shipping-method",
21+
"filesTree": {
2122
"resource": "literal:directory",
2223
"name": "woo-shipping-method",
2324
"files": {
@@ -26,10 +27,11 @@
2627
"url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/woo-shipping/woo-shipping-method/woo-shipping-method.php"
2728
}
2829
}
29-
},
30-
"options": {
31-
"activate": true
3230
}
31+
},
32+
{
33+
"step": "activatePlugin",
34+
"pluginPath": "woo-shipping-method/woo-shipping-method.php"
3335
}
3436
],
3537
"siteOptions": {

0 commit comments

Comments
 (0)