Skip to content

Instantly share code, notes, and snippets.

@SirLouen
Created December 9, 2025 12:22
Show Gist options
  • Select an option

  • Save SirLouen/e21be3514bcedcf0ce1973db6675a023 to your computer and use it in GitHub Desktop.

Select an option

Save SirLouen/e21be3514bcedcf0ce1973db6675a023 to your computer and use it in GitHub Desktop.
Gutenberg Testing Issue 73826
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
},
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://github.com/SirLouen/wp-testing-plugins/raw/refs/heads/main/test-navigation-child.zip",
"caption": "Installing test-navigation-child plugin"
},
"options": {
"activate": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment