Skip to content

Commit 83963cd

Browse files
committed
Add default showBlockBreadcrumbs as true
Matches functionality of the post editor
1 parent 2e195e2 commit 83963cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/edit-site/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export function initializeEditor( id, settings ) {
6767
welcomeGuide: true,
6868
welcomeGuideStyles: true,
6969
showListViewByDefault: false,
70+
showBlockBreadcrumbs: true,
7071
} );
7172

7273
dispatch( interfaceStore ).setDefaultComplementaryArea(

0 commit comments

Comments
 (0)