Skip to content

feat: add WordPress Playground blueprint for live preview#885

Merged
GaryJones merged 1 commit intodevelopfrom
feature/playground-blueprint
Jan 11, 2026
Merged

feat: add WordPress Playground blueprint for live preview#885
GaryJones merged 1 commit intodevelopfrom
feature/playground-blueprint

Conversation

@GaryJones
Copy link
Copy Markdown
Contributor

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:

  • Sarah Editor (editor role)
  • James Writer (author role)

Sample posts with custom statuses:

  • "New Feature: AI-Powered Content Suggestions" - Pitch
  • "Guide to Remote Team Collaboration" - Assigned
  • "10 Tips for Better Editorial Workflows" - In Progress (with editorial comments)
  • "The Future of Digital Publishing" - Pending
  • "Interview: Leading Through Change" - Draft
  • "Weekly Roundup: Content Strategy Insights" - Scheduled

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

  • Visit the Playground test link
  • Verify calendar loads with 6 posts across different days
  • Click on "10 Tips for Better Editorial Workflows" post
  • Scroll to bottom and verify Editorial Comments metabox shows 2 comments
  • Verify posts have correct custom statuses assigned

Notes

  • File location .wordpress-org/blueprints/blueprint.json syncs to SVN assets/blueprints/ during release
  • After merging, a committer needs to set the plugin preview to "public" in WordPress.org plugin settings

🤖 Generated with Claude Code

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 GaryJones requested a review from a team as a code owner January 11, 2026 16:56
@GaryJones GaryJones self-assigned this Jan 11, 2026
@GaryJones GaryJones added the type: enhancement New feature or request label Jan 11, 2026
@GaryJones GaryJones added this to the 0.10.3 milestone Jan 11, 2026
@GaryJones GaryJones merged commit d3fd6c0 into develop Jan 11, 2026
7 checks passed
@GaryJones GaryJones deleted the feature/playground-blueprint branch January 11, 2026 17:05
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>
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>
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 GaryJones mentioned this pull request Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant