Skip to content

Commit

Permalink
Add a blueprint.json file that is used to generate a preview environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jan 3, 2024
1 parent 073f197 commit efd61f0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/options-discussion.php",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"phpExtensionBundles": ["kitchen-sink"],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "importFile",
"file": {
"resource": "url",
"url": "https:\/\/raw.githubusercontent.com\/10up\/simple-local-avatars\/073f1979d6addeb3eecd7fb8cf56efe9bcfa7007\/.wordpress-org\/blueprints\/demo-data.xml"
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "simple-local-avatars"
},
"options": {
"activate": true
}
},
{
"step": "setSiteOptions",
"options": {
"avatar_default": "simple_local_avatar",
"simple_local_avatars": {
"caps": 1,
"only": 1
},
"simple_local_avatar_default": 5
}
}
]
}

0 comments on commit efd61f0

Please sign in to comment.