Skip to content

Commit

Permalink
Add default showBlockBreadcrumbs as true
Browse files Browse the repository at this point in the history
Matches functionality of the post editor
  • Loading branch information
richtabor committed Apr 3, 2023
1 parent 2e195e2 commit 83963cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export function initializeEditor( id, settings ) {
welcomeGuide: true,
welcomeGuideStyles: true,
showListViewByDefault: false,
showBlockBreadcrumbs: true,
} );

dispatch( interfaceStore ).setDefaultComplementaryArea(
Expand Down

0 comments on commit 83963cd

Please sign in to comment.