Skip to content

Commit

Permalink
Merge pull request #29 from threadi/feature/addBlueprint
Browse files Browse the repository at this point in the history
add blueprint
  • Loading branch information
threadi authored Apr 14, 2024
2 parents 865b6dc + 005a280 commit 54555cc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"landingPage": "\/wp-admin\/media-new.php",
"preferredVersions": {
"php": "8.1",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "external-files-in-media-library"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 54555cc

Please sign in to comment.