Make WordPress Core

Changeset 61623

Timestamp:
02/12/2026 11:25:40 AM (3 weeks ago)
Author:
get_dave
Message:

Block Editor: Use navigation-overlay icon for

template part areas.

Updates the Navigation Overlay template part area in
get_allowed_block_template_part_areas() to use the dedicated
navigation-overlay icon, replacing the overlay placeholder value.

The icon has been updated in @wordpress/icons and will be synced
to Core with the final Gutenberg release.

Props mikachan, get_dave.
Fixes #64629.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r61609 r61623  
    106106                'The Navigation Overlay template defines a full-screen overlay area that typically contains navigation links and can be toggled on and off.'
    107107            ),
    108             'icon'        => 'overlay',
     108            'icon'        => 'overlay',
    109109            'area_tag'    => 'div',
    110110        ),
Note: See TracChangeset for help on using the changeset viewer.