Skip to content

Instantly share code, notes, and snippets.

@MaggieCabrera
Created April 5, 2024 14:48
Show Gist options
  • Save MaggieCabrera/6a874b711405424163ec9ddb37cf4a33 to your computer and use it in GitHub Desktop.
Save MaggieCabrera/6a874b711405424163ec9ddb37cf4a33 to your computer and use it in GitHub Desktop.
Community Themes Blueprint for Playground
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/themes.php?page=create-block-theme",
"features": {
"networking": true
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "create-block-theme"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment