Opened 6 weeks ago
Closed 3 weeks ago
#62919 closed defect (bug) (fixed)
Block support: Add server-side processing for ariaLabel
Reported by: |
|
Owned by: |
|
---|---|---|---|
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
- Gutenberg PR: https://github.com/WordPress/gutenberg/pull/69096
- Trac ticket: https://core.trac.wordpress.org/ticket/62919
Note: See
TracTickets for help on using
tickets.