Skip to content

Commit

Permalink
Site Editor: Add navigation type to title labels map
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jul 28, 2023
1 parent b9ddc91 commit c3f4b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const typeLabels = {
wp_template: __( 'Template' ),
wp_template_part: __( 'Template Part' ),
wp_block: __( 'Pattern' ),
wp_navigation: __( 'Navigation Menu' ),
};

// Prevent accidental removal of certain blocks, asking the user for
Expand Down

0 comments on commit c3f4b14

Please sign in to comment.