#59294 closed enhancement (fixed)
Allow layout controls to be disabled per block from theme.json
| Reported by: | isabel_brison | Owned by: | isabel_brison |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4 |
| Component: | Editor | Version: | 6.4 |
| Severity: | normal | Keywords: | gutenberg-merge has-patch |
| Cc: | Focuses: |
Description
Syncs the PHP changes to class-wp-theme-json from this Gutenberg PR: https://github.com/WordPress/gutenberg/pull/53378.
Change History (3)
This ticket was mentioned in PR #5147 on WordPress/wordpress-develop by @isabel_brison.
3 years ago
#1
- Keywords has-patch added
@isabel_brison commented on PR #5147:
3 years ago
#3
Committed in r56534.
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/59294
Adds PHP changes from https://github.com/WordPress/gutenberg/pull/53378.
This can't really be tested currently as trying to sync trunk with the latest Gutenberg packages causes a fatal error due to some interactivity API specific code.
I guess the best we can do is check that automated tests pass and nothing is broken after the change 😄