-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independentlytype: bugIssue that causes incorrect or unexpected behaviorIssue that causes incorrect or unexpected behavior
Description
What
Currently, when querying for synced patterns the patterns are stripped just like unsynced patterns.
This makes it impossible to query the pattern data - for example the attributes?.slug that could allow someone to target and "upgrade" the block with a frontend component.
To replicate:
-
Create a synced pattern on a post.
-
Query the post and note the inner blocks are there, but the pattern isnt.
Additional Notes
- Assumedly the issue is with merging everything instead of populating inner blocks w. it.
private static function populate_reusable_blocks( array $block ): array { - Partially-synced patterns also dont work but one step at a time.
Metadata
Metadata
Assignees
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independentlytype: bugIssue that causes incorrect or unexpected behaviorIssue that causes incorrect or unexpected behavior
Type
Projects
Status
🆕 Backlog

