Skip to content

Instantly share code, notes, and snippets.

@annezazu
Last active September 24, 2024 19:03
Show Gist options
  • Select an option

  • Save annezazu/47f3c9868e8e5e9fd1c3c39565fc9b26 to your computer and use it in GitHub Desktop.

Select an option

Save annezazu/47f3c9868e8e5e9fd1c3c39565fc9b26 to your computer and use it in GitHub Desktop.
playground with block theme, 10 posts, and 3 pages
{
"landingPage": "/wp-admin/site-editor.php",
"preferredVersions": {
"php": "7.4",
"wp": "6.6.2"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "importWordPressFiles",
"wordPressFilesZip": {
"resource": "url",
"url": "https://block-museum.com/wp-content/uploads/2024/09/playground-setup.zip"
}
},
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "gutenberg"
},
"options": {
"activate": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment