File tree Expand file tree Collapse file tree 3 files changed +0
-191
lines changed
packages/editor/src/components Expand file tree Collapse file tree 3 files changed +0
-191
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import useCommands from '../commands';
3232import BlockRemovalWarnings from '../block-removal-warnings' ;
3333import StartPageOptions from '../start-page-options' ;
3434import KeyboardShortcutHelpModal from '../keyboard-shortcut-help-modal' ;
35- import ContentOnlySettingsMenu from '../block-settings-menu/content-only-settings-menu' ;
3635import StartTemplateOptions from '../start-template-options' ;
3736import EditorKeyboardShortcuts from '../global-keyboard-shortcuts' ;
3837import PatternRenameModal from '../pattern-rename-modal' ;
@@ -373,7 +372,6 @@ export const ExperimentalEditorProvider = withRegistryProvider(
373372< >
374373< PatternsMenuItems />
375374< TemplatePartMenuItems />
376- < ContentOnlySettingsMenu />
377375{ mode === 'template-locked' && (
378376< DisableNonPageContentBlocks />
379377) }
You can’t perform that action at this time.
0 commit comments