Skip to content

Commit

Permalink
Merge pull request #38 from 10up/feature/plugin-preview
Browse files Browse the repository at this point in the history
Add support for the WordPress.org plugin preview
  • Loading branch information
dkotter authored Dec 15, 2023
2 parents 401fb8d + 4e24bc7 commit 4550a64
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/tools.php?page=block-catalog-tools",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "importFile",
"file": {
"resource": "url",
"url": "https:\/\/raw.githubusercontent.com\/Automattic\/theme-tools\/4eb4a1abf194d83c540b9172b7d15ca65622c097\/gutenberg-test-data\/gutenberg-test-data.xml"
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "block-catalog"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 4550a64

Please sign in to comment.