feat (blueprint): adds WordPress Playground blueprint for live demo#24
Merged
Conversation
Introduces a WordPress Playground configuration to allow users to preview the plugin instantly. This includes a blueprint that installs the plugin and creates a demo page, along with a "Test with WordPress Playground" badge in the README.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 12c2a0e. Configure here.
| "pluginData": { | ||
| "resource": "git:directory", | ||
| "url": "https://github.com/BeAPI/blockparty-tabs", | ||
| "ref": "1.1.1", |
There was a problem hiding this comment.
Blueprint references non-existent plugin version tag
High Severity
The ref field in the installPlugin step is set to "1.1.1", but the plugin's current version is 1.1.0 — no 1.1.1 tag exists in the repository. This causes the WordPress Playground blueprint to fail when trying to install the plugin, making the entire live demo non-functional.
Reviewed by Cursor Bugbot for commit 12c2a0e. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Introduces a WordPress Playground configuration to allow users to preview the plugin instantly. This includes a blueprint that installs the plugin and creates a demo page, along with a "Test with WordPress Playground" badge in the README.
Note
Low Risk
Adds only demo/packaging assets (Playground config + README link) and does not modify runtime plugin behavior.
Overview
Adds a WordPress Playground blueprint (
.wordpress-org/blueprints/blueprint.json) that installs and activates the plugin from the1.1.1tag, logs in, and runs a PHP step to create/publish a demo page prepopulated withblockparty/tabsmarkup.Updates
README.mdto include a “Test with WordPress Playground” badge linking to the hosted Playground instance using this blueprint.Reviewed by Cursor Bugbot for commit 12c2a0e. Bugbot is set up for automated code reviews on this repo. Configure here.