Skip to content

Add support for WP.org playground (plugin demo) #661

@kasparsd

Description

@kasparsd

Is your enhancement related to a problem? Please describe.

See: https://developer.wordpress.org/plugins/wordpress-org/previews-and-blueprints/

Note that the JSON schema in the documentation is out of date. Use https://playground.wordpress.net/blueprint-schema.json for up-to-date reference.

Proposed Solution

Here is the basic JSON schema:

{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"landingPage": "/wp-admin/profile.php",
	"preferredVersions": {
		"php": "7.4",
		"wp": "latest"
	},
	"steps": [
		{
			"step": "login"
		},
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "wordpress.org/plugins",
				"slug": "two-factor"
			},
			"options": {
				"activate": true
			}
		}
	]
}

Designs

No response

Describe alternatives you've considered

No response

Please confirm that you have searched existing issues in this repository.

Yes

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions