Block Editor: Use dedicated navigation-overlay icon for template part area#10908
Block Editor: Use dedicated navigation-overlay icon for template part area#10908getdave wants to merge 1 commit intoWordPress:trunkfrom
Conversation
… area. Backports the REST API change from Gutenberg PR #75426. Updates the Navigation Overlay template part area to use the new 'navigation-overlay' icon instead of the placeholder 'overlay' icon.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
mikachan
left a comment
There was a problem hiding this comment.
Matches the changes in WordPress/gutenberg#75426, LGTM!
|
Committed in https://core.trac.wordpress.org/changeset/61623 |
Backports the navigation-overlay icon change from WordPress/gutenberg#75426.
In
get_allowed_block_template_part_areas()inblock-template-utils.php, the Navigation Overlay area previously registered with'icon' => 'overlay'as a placeholder. This updates it to the dedicated'navigation-overlay'icon introduced alongside the icons package change in Gutenberg.Trac ticket: https://core.trac.wordpress.org/ticket/64629
Use of AI Tools
This pull request was prepared with assistance from Claude Code (Anthropic, claude-sonnet-4-5-20250929). The code change has been reviewed and is the responsibility of the author.
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.