diff --git a/src/editor/index.js b/src/editor/index.js index d3a7beefc..b7bd4e58a 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -15,18 +15,6 @@ import Sidebar from './sidebar/'; import Editor from './editor/'; import PrePublishSlot from './pre-publish-slot'; -registerPlugin( 'newspack-newsletters-sidebar', { - render: () => ( - - - - ), - icon: null, -} ); - /* Unregister core block styles that are unsupported in emails */ domReady( () => { unregisterBlockStyle( 'core/separator', 'dots' );