-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Feature] Block bindings[Feature] Synced PatternsRelated to synced patterns (formerly reusable blocks)Related to synced patterns (formerly reusable blocks)[Type] ExperimentalExperimental feature or API.Experimental feature or API.
Description
What problem does this address?
The inspector fields currently doesn't support Pattern Overrides or any other attributes that have block bindings.
To reproduce this:
- Insert a synced pattern that has overrides
- Note that the inspector fields are displayed and can be edited, however any changes aren't persisted.
Kapture.2025-11-26.at.16.24.47.mp4
What is your proposed solution?
The reason behind the issue is that block bindings hooks into (or monkey patches) a block's setAttributes calls.
The inspector fields instead dispatch the updateBlockAttributes action, which doesn't have any handling of block bindings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Feature] Block bindings[Feature] Synced PatternsRelated to synced patterns (formerly reusable blocks)Related to synced patterns (formerly reusable blocks)[Type] ExperimentalExperimental feature or API.Experimental feature or API.