Opened 5 weeks ago
Last modified 5 weeks ago
#64200 new enhancement
Block Supports: Add width support to dimensions block supports
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | 6.9 |
| Component: | Editor | Keywords: | gutenberg-merge has-patch has-unit-tests |
| Focuses: | Cc: |
Description
This ticket tracks the backport of PHP files for the following Gutenberg updates:
https://github.com/WordPress/gutenberg/pull/71905
These updates include the PHP changes to add width block supports.
New dimensions block supports are being added to support new blocks such as the proposed Icon block. See https://github.com/WordPress/gutenberg/pull/71227 for further context.
Change History (1)
This ticket was mentioned in PR #10470 on WordPress/wordpress-develop by @aaronrobertshaw.
5 weeks ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/64200
This PR brings the changes from the following Gutenberg PRs to core:
https://github.com/WordPress/gutenberg/pull/71905
### Description
Adds a new
dimensions.widthblock support to facilitate the creation of new blocks such as the Icon block.See: https://github.com/WordPress/gutenberg/pull/71227
### Testing