Skip to content

Commit

Permalink
feat: add wp.org blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Mar 17, 2024
1 parent 008421b commit d21dbaa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"landingPage": "/wp-admin/post.php?post=1&action=edit",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://downloads.wordpress.org/plugin/oembed-infogram.zip"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit d21dbaa

Please sign in to comment.