Is your feature request related to a problem?
Context: Enhance Your WordPress Plugin: Add Live Preview using WordPress Playground
What we need to do:
Describe the desired solution
Here is the most minimalistic blueprint.json I could make work:
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/network/admin.php?page=multisyde",
"preferredVersions": {
"php": "latest",
"wp": "latest"
},
"login": true,
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "multisyde"
}
},
{
"step": "enableMultisite"
},
{
"step": "wp-cli",
"command": "wp plugin activate multisyde --network"
}
]
}
Describe the alternatives that you have considered
This is objectively the best option.
Additional context
Test it:
Here is the direct seamless URL to test the blueprint
Code of Conduct
Is your feature request related to a problem?
Context: Enhance Your WordPress Plugin: Add Live Preview using WordPress Playground
What we need to do:
assets/blueprints/blueprint.jsonDescribe the desired solution
Here is the most minimalistic
blueprint.jsonI could make work:{ "$schema": "https://playground.wordpress.net/blueprint-schema.json", "landingPage": "/wp-admin/network/admin.php?page=multisyde", "preferredVersions": { "php": "latest", "wp": "latest" }, "login": true, "steps": [ { "step": "installPlugin", "pluginData": { "resource": "wordpress.org/plugins", "slug": "multisyde" } }, { "step": "enableMultisite" }, { "step": "wp-cli", "command": "wp plugin activate multisyde --network" } ] }Describe the alternatives that you have considered
This is objectively the best option.
Additional context
Test it:
Here is the direct seamless URL to test the blueprint
Code of Conduct