Skip to content

Commit

Permalink
Site Editor: add block breadcrumb (#21274)
Browse files Browse the repository at this point in the history
Reuse block breadcrumb component from post editor
in the site editor context.
  • Loading branch information
vindl authored Apr 2, 2020
1 parent 1f00c74 commit 4b8d1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
} from '@wordpress/components';
import { EntityProvider } from '@wordpress/core-data';
import {
BlockBreadcrumb,
__experimentalEditorSkeleton as EditorSkeleton,
__experimentalFullscreenMode as FullscreenMode,
__unstableEditorStyles as EditorStyles,
Expand Down Expand Up @@ -84,6 +85,7 @@ function Editor( { settings: _settings } ) {
<BlockEditor />
</>
}
footer={ <BlockBreadcrumb /> }
/>
<Popover.Slot />
</FocusReturnProvider>
Expand Down

0 comments on commit 4b8d1f8

Please sign in to comment.