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
Hi, I'm working on WordPress Playground, and during my testing noticed that your WordPress.org preview isn't working.
This is happening because your Blueprint is trying to load a file that doesn't exist (https://wpjobmanager.com/wp-content/uploads/2024/03/playground-5.zip).
A simple fix for your preview would be to remove this step, for example, this Blueprint will work for your plugin.
{ "landingPage": "/wp-admin/edit.php?post_type=job_listing", "preferredVersions": { "php": "8.2", "wp": "latest" }, "steps": [ { "step": "installPlugin", "pluginZipFile": { "resource": "wordpress.org/plugins", "slug": "wp-job-manager" }, "options": { "activate": true } }, { "step": "login", "username": "admin" } ] }
Please let me know if you have any questions about Playground or using Blueprints for Plugin previews.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm working on WordPress Playground, and during my testing noticed that your WordPress.org preview isn't working.
This is happening because your Blueprint is trying to load a file that doesn't exist (https://wpjobmanager.com/wp-content/uploads/2024/03/playground-5.zip).
A simple fix for your preview would be to remove this step, for example, this Blueprint will work for your plugin.
Please let me know if you have any questions about Playground or using Blueprints for Plugin previews.
The text was updated successfully, but these errors were encountered: