Changes between Initial Version and Version 2 of Ticket #54679
- Timestamp:
- 12/22/2021 08:52:28 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54679
- Property Keywords has-patch added
-
Property
Summary
changed from
Add missing default template areas to the editor settingstoAdd missing default template areas to the Page/Post Editor settings
-
Ticket #54679 – Description
initial v2 1 The default template area settings got lost during backporting for 5.9.1 The default template area settings shown when editing a template in the "Post/Page" editor got lost during backporting for 5.9. 2 2 3 3 In the Gutenberg plugin, we're filtering `block_editor_settings_all` to add this setting for block themes - https://github.com/WordPress/gutenberg/blob/trunk/lib/editor-settings.php#L20-L32.