#58190 closed enhancement (duplicate)
Enable live preview for block themes
Reported by: | ajlende | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
In WordPress/gutenberg#41836 we're adding support for previewing block themes using the site editor. We need to enable the 'Live Preview' button and update the { customize } action for block themes.
Change History (6)
This ticket was mentioned in PR #4376 on WordPress/wordpress-develop by @ajlende.
21 months ago
#1
- Keywords has-patch added
#2
@
21 months ago
Related: #54460
Pinging @antonvlasenko who worked on this previous and related tickets.
@annezazu commented on PR #4376:
6 weeks ago
#3
@ajlende what happened here? Does this still need to be done? Discovered this and am confused by why it's still open/whether it was backported: https://core.trac.wordpress.org/ticket/58190 I can see a live preview after installing a theme so curious if this is about adding it before installing.
5 weeks ago
#4
Looks like the code was backported in https://core.trac.wordpress.org/ticket/58561
Trac ticket: https://core.trac.wordpress.org/ticket/58190
Enables the 'Live Preview' button for block themes and use the
theme_preview
query param from WordPress/gutenberg#41836 to preview the theme.