#64334 closed enhancement (fixed)
Backport Overlay Template Part Area
| Reported by: | get_dave | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | has-patch gutenberg-merge add-to-field-guide needs-dev-note |
| Cc: | Focuses: |
Description
This is a placeholder for a backport of the work in this Gutenberg PR
https://github.com/WordPress/gutenberg/pull/73359
As per this workflow https://github.com/WordPress/gutenberg/blob/trunk/backport-changelog/readme.md
Change History (9)
This ticket was mentioned in PR #10581 on WordPress/wordpress-develop by @get_dave.
9 months ago
#1
- Keywords has-patch added
This ticket was mentioned in PR #10692 on WordPress/wordpress-develop by @scruffian.
8 months ago
#2
## Summary
Backports the changes from Gutenberg PR https://github.com/WordPress/gutenberg/pull/74444 to rename the navigation overlay template part area.
This PR introduces the WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY constant to define a dedicated template part area for navigation overlays, providing more specificity than the generic "overlay" naming.
## Changes
- Adds new constant
WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAYwith value'navigation-overlay'insrc/wp-includes/block-template-utils.php
## Context
The Gutenberg PR renamed the generic "overlay" template part area to "navigation-overlay" for better clarity and specificity. This backport brings that constant definition to WordPress core.
The backport is minimal since WordPress core only needs the PHP constant definition. The JavaScript changes in the Gutenberg PR are bundled with the block library and will be included when the Gutenberg packages are synced to core.
There is an accompanying PR that was an earlier version of this here: https://github.com/WordPress/wordpress-develop/pull/10581
@scruffian commented on PR #10581:
8 months ago
#3
I think we can close this in favour of https://github.com/WordPress/wordpress-develop/pull/10692/
@get_dave commented on PR #10581:
7 months ago
#5
Yup closing in favour of https://github.com/WordPress/wordpress-develop/pull/10692
@scruffian commented on PR #10692:
7 months ago
#6
This was superseded by https://github.com/WordPress/wordpress-develop/pull/10844/changes
#7
@
7 months ago
- Resolution → fixed
- Status assigned → closed
Committed in https://core.trac.wordpress.org/changeset/61609, with changes from https://github.com/WordPress/wordpress-develop/pull/10844. Closing as fixed.
#8
@
6 months ago
- Keywords add-to-field-guide needs-dev-note added
This is worth mentioning in the Field Guide.
Also adding needs-dev-note just in case we can mention it in a more general note.
#9
@
6 months ago
It looks like the Dev Note has been published.
https://make.wordpress.org/core/2026/03/04/customisable-navigation-overlays-in-wordpress-7-0/
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Backport of https://github.com/WordPress/gutenberg/pull/73359
Trac ticket: https://core.trac.wordpress.org/ticket/64334#ticket