Skip to content

Commit 6f6337b

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61623 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2152d63 commit 6f6337b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function get_allowed_block_template_part_areas() {
105105
'description' => __(
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' => 'navigation-overlay',
109109
'area_tag' => 'div',
110110
),
111111
);

0 commit comments

Comments
 (0)