File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { serialize, parse } from '@wordpress/blocks';
9
9
import { uploadMedia } from '@wordpress/media-utils' ;
10
10
11
11
import {
12
+ BlockBreadcrumb ,
12
13
BlockEditorKeyboardShortcuts ,
13
14
BlockEditorProvider ,
14
15
BlockList ,
@@ -85,6 +86,7 @@ function BlockEditor({ settings: _settings }) {
85
86
onChange = { handlePersistBlocks }
86
87
settings = { settings }
87
88
>
89
+ < BlockBreadcrumb />
88
90
< Sidebar . InspectorFill >
89
91
< BlockInspector />
90
92
</ Sidebar . InspectorFill >
Original file line number Diff line number Diff line change @@ -58,3 +58,13 @@ body.block-editor-page {
58
58
.components-modal__frame {
59
59
@include reset ;
60
60
}
61
+
62
+ .block-editor-block-breadcrumb {
63
+ position : absolute ;
64
+ bottom : 0 ;
65
+ z-index : 1 ;
66
+ padding : 5px ;
67
+ background-color : #fff ;
68
+ width : 100% ;
69
+ border-top : 1px solid #dddddd ;
70
+ }
You can’t perform that action at this time.
0 commit comments