Created
December 9, 2025 12:22
-
-
Save SirLouen/e21be3514bcedcf0ce1973db6675a023 to your computer and use it in GitHub Desktop.
Gutenberg Testing Issue 73826
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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