We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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 } } ] }
No response
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Designs
No response
Describe alternatives you've considered
No response
Please confirm that you have searched existing issues in this repository.
Yes
The text was updated successfully, but these errors were encountered: