Skip to content

Instantly share code, notes, and snippets.

@tarecord
Last active October 11, 2024 01:17
Show Gist options
  • Select an option

  • Save tarecord/b1ceb111f2de770378402ac546edc310 to your computer and use it in GitHub Desktop.

Select an option

Save tarecord/b1ceb111f2de770378402ac546edc310 to your computer and use it in GitHub Desktop.
A sample blueprint for spinning up demo sites for a plugin using the WordPress playground
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "latest",
"wp": "latest"
},
"siteOptions": {
"blogname": "Hello Dolly Demo"
},
"plugins": [
"hello-dolly"
],
"login": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment