Skip to content

Block Fields: Add support for Pattern Overrides and Block Bindings #73423

@talldan

Description

@talldan

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:

  1. Insert a synced pattern that has overrides
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions