Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #54679


Ignore:
Timestamp:
12/22/2021 08:52:28 AM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54679

    • Property Keywords has-patch added
    • Property Summary changed from Add missing default template areas to the editor settings to Add 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.
     1The default template area settings shown when editing a template in the "Post/Page" editor got lost during backporting for 5.9.
    22
    33In 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.