#58554 closed enhancement (fixed)
Add new grid layout type
| Reported by: | isabel_brison | Owned by: | isabel_brison |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | General | Version: | 6.3 |
| Severity: | normal | Keywords: | gutenberg-merge has-patch |
| Cc: | Focuses: |
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.
3 years ago
#1
- Keywords has-patch added
@isabel_brison commented on PR #4625:
3 years ago
#5
Finally got e2e to pass on this branch so will try committing again 🤞
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.phpfrom https://github.com/WordPress/gutenberg/pull/49050, because they build upon the changes from the first PR.