#58554 closed enhancement (fixed)
Add new grid layout type
Reported by: | isabel_brison | Owned by: | isabel_brison |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | General | Keywords: | gutenberg-merge has-patch |
Focuses: | Cc: |
Description
Add a new grid type to the layout block support, as per Gutenberg https://github.com/WordPress/gutenberg/pull/49018 and including the update to layout.php
from https://github.com/WordPress/gutenberg/pull/49050. (There will be a separate ticket for the compatibility updates to class-wp-theme-json
from https://github.com/WordPress/gutenberg/pull/49050.)
Change History (7)
This ticket was mentioned in PR #4625 on WordPress/wordpress-develop by @isabel_brison.
15 months ago
#1
- Keywords has-patch added
#2
@
15 months ago
- Owner set to isabel_brison
- Resolution set to fixed
- Status changed from new to closed
In 55957:
@isabel_brison commented on PR #4625:
15 months ago
#5
Finally got e2e to pass on this branch so will try committing again 🤞
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/58554
Introduces the PHP changes from https://github.com/WordPress/gutenberg/pull/49018 (except for the kses filter which will be dealt with separately) and the changes to
layout.php
from https://github.com/WordPress/gutenberg/pull/49050, because they build upon the changes from the first PR.