Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jan 2, 2024
2 parents 7e83188 + a1022b5 commit d902077
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/admin.php?page=windows-azure-storage-plugin-options",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "windows-azure-storage"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit d902077

Please sign in to comment.