Skip to content

[Feature Request]: w.org plugin repo Live Preview button #58

@InpsydeNiklas

Description

@InpsydeNiklas

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions