Skip to content

Commit

Permalink
Add plugin Blueprint file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 7, 2024
1 parent 9839b5d commit 70a0df8
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/options-general.php?page=protected-video",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "protected-video"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 70a0df8

Please sign in to comment.