Opened 6 months ago
#61445 new enhancement
Synced patterns can not be used on site if pages are copied
Reported by: | johannf78 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.5.4 |
Component: | General | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Currently the synced patters uses a reference ID to reference the synced pattern.
<!-- wp:block {"ref":3584} /-->
Problem is if a page is copied to another site then the synced pattern with that ID will not be on the other site.
One will get the error "Block has been deleted or is unavailable."
Once can re-create the pattern but it will have a different ID.
Either one needs to be able to specify the ID of the pattern or reference it by a name / slug.
Note: See
TracTickets for help on using
tickets.