Skip to content

Instantly share code, notes, and snippets.

@ndiego
Last active April 19, 2024 21:22
Show Gist options
  • Save ndiego/d268739d5fb3959441b8313e650777d5 to your computer and use it in GitHub Desktop.
Save ndiego/d268739d5fb3959441b8313e650777d5 to your computer and use it in GitHub Desktop.
Playground experiment
{
"landingPage": "/wp-admin/site-editor.php",
"preferredVersions": {
"php": "8.0",
"wp": "beta"
},
"features": {
"networking": true
},
"steps": [
{
"step": "login"
},
{
"step": "mkdir",
"path": "/wordpress/wp-content/plugins/block-hooks-demo"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/plugins/block-hooks-demo/block-hooks-demo.php",
"data": {
"resource": "url",
"url": "https://gist.githubusercontent.com/ndiego/456b74b243d86c97cda89264c68cbdee/raw/ff00cf25e6eebe4f5a4eaecff10286f71e65340b/block-hooks-demo.php"
}
},
{
"step": "activatePlugin",
"pluginName": "Block Hooks Demo",
"pluginPath": "/wordpress/wp-content/plugins/block-hooks-demo"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment