Skip to content

feat (blueprint): adds WordPress Playground blueprint for live demo#24

Merged
firestar300 merged 1 commit into
developfrom
feat/blueprint
Apr 20, 2026
Merged

feat (blueprint): adds WordPress Playground blueprint for live demo#24
firestar300 merged 1 commit into
developfrom
feat/blueprint

Conversation

@firestar300
Copy link
Copy Markdown
Contributor

@firestar300 firestar300 commented Apr 20, 2026

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 the 1.1.1 tag, logs in, and runs a PHP step to create/publish a demo page prepopulated with blockparty/tabs markup.

Updates README.md to 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.

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.
@firestar300 firestar300 merged commit 18a7aa2 into develop Apr 20, 2026
1 check passed
@firestar300 firestar300 deleted the feat/blueprint branch April 20, 2026 13:26
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 12c2a0e. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant