#64200 closed enhancement (fixed)
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 add-to-field-guide needs-dev-note |
| 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 (7)
This ticket was mentioned in PR #10470 on WordPress/wordpress-develop by @aaronrobertshaw.
4 months ago
#1
- Keywords has-patch has-unit-tests added
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
3 weeks ago
#3
@
3 weeks ago
As per today's 7.0 bug scrub:
This is a Gutenberg merge ticket and there's a PR, but it's still a draft for now. Pinging @aaronrobertshaw for a status update.
#4
@
3 weeks ago
Thanks for the ping. There were some further follow ups to the block support in Gutenberg. I'll update this PR as soon as possible and get this backport reviewed.
#5
@
3 weeks ago
- Owner set to ramonopoly
- Resolution set to fixed
- Status changed from new to closed
In 61619:
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