Skip to content

Commit

Permalink
use writeFiles step instead of installPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Feb 3, 2025
1 parent d75e9e3 commit 382dfc5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions blueprints/woo-shipping/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
}
},
{
"step": "installPlugin",
"pluginData": {
"step": "writeFiles",
"writeToPath": "/wordpress/wp-content/plugins/woo-shipping-method",
"filesTree": {
"resource": "literal:directory",
"name": "woo-shipping-method",
"files": {
Expand All @@ -26,10 +27,11 @@
"url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/woo-shipping/woo-shipping-method/woo-shipping-method.php"
}
}
},
"options": {
"activate": true
}
},
{
"step": "activatePlugin",
"pluginPath": "woo-shipping-method/woo-shipping-method.php"
}
],
"siteOptions": {
Expand Down

0 comments on commit 382dfc5

Please sign in to comment.