feat: add WordPress Playground blueprint for live preview#885
Merged
feat: add WordPress Playground blueprint for live preview#885
Conversation
Enable the WordPress.org "Live Preview" feature by adding a Playground blueprint configuration. This allows potential users to explore Edit Flow's features interactively before installation. The blueprint demonstrates the plugin's editorial workflow capabilities by creating a realistic scenario with multiple users (editor and writer), sample posts across different custom statuses (pitch, assigned, in-progress, pending, draft, scheduled), and editorial comments showing team collaboration. Users land directly on the Calendar view to immediately showcase the editorial calendar feature. Inspired by Co-Authors Plus PR #1184. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GaryJones
added a commit
to Automattic/ad-code-manager
that referenced
this pull request
Jan 12, 2026
Enable the "Live Preview" feature on wordpress.org by adding a blueprint that demonstrates Ad Code Manager's conditional targeting system. The blueprint creates: - Sample categories (Technology, Sports, Business) and posts - Five ad codes showcasing different conditional configurations: - Site-wide leaderboard (no conditionals) - Homepage-only banner (is_home) - Article sidebar (is_single) - Sports section ad (has_category) - Premium business ad (is_single AND has_category) Users land on the Settings → Ad Code Manager page to immediately see the admin interface with pre-configured demo content. Inspired by: Automattic/edit-flow#885 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 tasks
GaryJones
added a commit
to Automattic/liveblog
that referenced
this pull request
Jan 12, 2026
Enable the "Live Preview" feature on WordPress.org by adding a blueprint configuration that demonstrates the liveblog plugin's key features. The blueprint creates a sports event scenario (Champions League Final) with: - Two reporter users for multi-author demonstration - Seven liveblog entries showing real-time coverage - Key events system with highlighted moments - Hashtags and rich HTML formatting - Landing page opens to the frontend to showcase the liveblog Inspired by Automattic/edit-flow#885. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 tasks
GaryJones
added a commit
to Automattic/liveblog
that referenced
this pull request
Jan 12, 2026
Enable the "Live Preview" feature on WordPress.org by adding a blueprint configuration that demonstrates the liveblog plugin's key features. The blueprint creates a sports event scenario (Champions League Final) with: - Two reporter users for multi-author demonstration - Seven liveblog entries showing real-time coverage - Key events system with highlighted moments - Hashtags and rich HTML formatting - Landing page opens to the frontend to showcase the liveblog Inspired by Automattic/edit-flow#885. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GaryJones
added a commit
to Automattic/liveblog
that referenced
this pull request
Jan 12, 2026
Enable the "Live Preview" feature on WordPress.org by adding a blueprint configuration that demonstrates the liveblog plugin's key features. The blueprint creates a sports event scenario (Champions League Final) with: - Two reporter users for multi-author demonstration - Seven liveblog entries showing real-time coverage - Key events system with highlighted moments - Hashtags and rich HTML formatting - Landing page opens to the frontend to showcase the liveblog Inspired by Automattic/edit-flow#885. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
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.
Summary
Adds a WordPress Playground blueprint configuration to enable the "Live Preview" feature on WordPress.org, allowing potential users to explore Edit Flow's features interactively before installation.
Inspired by Co-Authors Plus PR #1184.
What the blueprint demonstrates
The blueprint creates a realistic editorial workflow scenario:
Users:
Sample posts with custom statuses:
Editorial comments on the "10 Tips" post showing collaboration between editor and writer.
Landing page: Opens directly to the Calendar view to showcase the editorial calendar feature.
Test plan
Notes
.wordpress-org/blueprints/blueprint.jsonsyncs to SVNassets/blueprints/during release🤖 Generated with Claude Code