Make WordPress Core

Opened 6 weeks ago

Closed 3 weeks ago

#62919 closed defect (bug) (fixed)

Block support: Add server-side processing for ariaLabel

Reported by: wildworks's profile wildworks Owned by: mamaduka's profile Mamaduka
Milestone: 6.8 Priority: normal
Severity: normal Version:
Component: Editor Keywords: gutenberg-merge has-patch has-unit-tests
Focuses: Cc:

Description

In https://github.com/WordPress/gutenberg/pull/69002, we updated the schema and added a migration to change the attribute value to a comment delimiter so that the ariaLabel block support would work in dynamic blocks.

However, because server-side processing was missing, this support did not work properly in blocks that used the ServerSideRender component, for example.

Gutenberg PR: https://github.com/WordPress/gutenberg/pull/69096

Change History (3)

This ticket was mentioned in PR #8274 on WordPress/wordpress-develop by @wildworks.


6 weeks ago
#1

  • Keywords has-patch has-unit-tests added

#2 @poena
4 weeks ago

  • Milestone changed from Awaiting Review to 6.8

#3 @Mamaduka
3 weeks ago

  • Owner set to Mamaduka
  • Resolution set to fixed
  • Status changed from new to closed

In 59925:

Block support: Add server-side processing for ariaLabel.

Adds server-side registration for ariaLabel block support and its required fields. Fully enabling feature support for dynamic blocks and consumers using ServerSideRender component.

Props wildworks, fabiankaegy, joemcgill, poena.
Fixes #62919.

Note: See TracTickets for help on using tickets.