Skip to content

Commit

Permalink
Blueprint: Include install of the plugin itself
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Mar 8, 2024
1 parent 09fead0 commit ad2ab88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"WPLANG": "en_GB"
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "translation-tools"
},
"options": {
"activate": true
}
},
{
"step": "mkdir",
"path": "/wordpress/wp-content/languages/"
Expand Down

0 comments on commit ad2ab88

Please sign in to comment.