Make WordPress Core

Opened 3 months ago

Closed 3 months ago

Last modified 2 months ago

#64030 closed enhancement (fixed)

Block Bindings: Communicate supported block attributes from server side

Reported by: bernhard-reiter's profile Bernhard Reiter Owned by: bernhard-reiter's profile Bernhard Reiter
Milestone: 6.9 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch gutenberg-merge
Focuses: Cc:

Description

Instead of keeping a separate list of block attributes that are supported by Block Bindings on the client side, we should communicate that list from the server -- including block attributes that were added there via the block_bindings_supported_attributes filter.

Change History (3)

This ticket was mentioned in PR #9992 on WordPress/wordpress-develop by @Bernhard Reiter.


3 months ago
#1

  • Keywords has-patch added

#2 @Bernhard Reiter
3 months ago

  • Owner set to Bernhard Reiter
  • Resolution set to fixed
  • Status changed from assigned to closed

In 60807:

Block Bindings: Communicate supported block attributes from server.

Instead of requiring the client side to keep a separate list of block attributes that are supported by Block Bindings, communicate that list from the server -- including block attributes that were added there via the block_bindings_supported_attributes filter.

Props bernhard-reiter, mukesh27, gziolo.
Fixes #64030.

#3 @wildworks
2 months ago

  • Keywords gutenberg-merge added
Note: See TracTickets for help on using tickets.