#60133 closed enhancement (fixed)
Add setting to disable layout custom content size controls
Reported by: | isabel_brison | Owned by: | isabel_brison |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | 6.5 |
Component: | Editor | Keywords: | gutenberg-merge has-patch add-to-field-guide |
Focuses: | Cc: |
Description
As a prerequisite to merging the changes from https://github.com/WordPress/gutenberg/pull/56236 into core, a new layout.allowCustomContentAndWideSize
setting needs to be added to the VALID_SETTINGS
array in class WP_Theme_JSON
.
Change History (4)
This ticket was mentioned in PR #5815 on WordPress/wordpress-develop by @isabel_brison.
11 months ago
#1
- Keywords has-patch added
#2
@
10 months ago
- Owner set to isabel_brison
- Resolution set to fixed
- Status changed from new to closed
In 57247:
@isabel_brison commented on PR #5815:
10 months ago
#3
Committed in r57247.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/60133
Syncs the PHP changes from https://github.com/WordPress/gutenberg/pull/56236. Similar to https://github.com/WordPress/wordpress-develop/pull/5147, this can't be tested without the JS changes from the npm package updates.