Skip to content

Commit

Permalink
feat: add blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Mar 17, 2024
1 parent bfc0aa6 commit ef7ccff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"landingPage": "/wp-admin/options-media.php#acpl_ai_alt_generator_section",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "alt-text-generator-gpt-vision"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit ef7ccff

Please sign in to comment.