Skip to content

Instantly share code, notes, and snippets.

@brandonpayton
Created April 24, 2024 15:23
Show Gist options
  • Save brandonpayton/dadc7b6e7ed9c9aaea4342288d9f09d6 to your computer and use it in GitHub Desktop.
Save brandonpayton/dadc7b6e7ed9c9aaea4342288d9f09d6 to your computer and use it in GitHub Desktop.
Blueprint: Test Material Board plugin
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "https://playground.wordpress.net/wp-admin/",
"preferredVersions": {
"php": "8.3",
"wp": "6.5"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "material-board"
},
"options": {
"activate": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment