Skip to content

Commit

Permalink
Merge pull request #890 from WordPress/fix/885-add-plugin-preview-sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
swissspidy authored Nov 30, 2023
2 parents 5b95f6b + e250a53 commit 5d77bb0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/admin.php?page=perflab-modules",
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "performance-lab"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 5d77bb0

Please sign in to comment.