We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e9e3 commit 382dfc5Copy full SHA for 382dfc5
blueprints/woo-shipping/blueprint.json
@@ -16,8 +16,9 @@
16
}
17
},
18
{
19
- "step": "installPlugin",
20
- "pluginData": {
+ "step": "writeFiles",
+ "writeToPath": "/wordpress/wp-content/plugins/woo-shipping-method",
21
+ "filesTree": {
22
"resource": "literal:directory",
23
"name": "woo-shipping-method",
24
"files": {
@@ -26,10 +27,11 @@
26
27
"url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/woo-shipping/woo-shipping-method/woo-shipping-method.php"
28
29
- },
30
- "options": {
31
- "activate": true
32
+ },
+ {
33
+ "step": "activatePlugin",
34
+ "pluginPath": "woo-shipping-method/woo-shipping-method.php"
35
36
],
37
"siteOptions": {
0 commit comments