Skip to content

Commit

Permalink
fix: duplicate plugin registration from merge conflict error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Apr 13, 2020
1 parent 99d0cbb commit 6726994
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ import Sidebar from './sidebar/';
import Editor from './editor/';
import PrePublishSlot from './pre-publish-slot';

registerPlugin( 'newspack-newsletters-sidebar', {
render: () => (
<PluginDocumentSettingPanel
name="newsletters-settings-panel"
title={ __( ' Newsletter Settings', 'newspack-newsletters' ) }
>
<Sidebar />
</PluginDocumentSettingPanel>
),
icon: null,
} );

/* Unregister core block styles that are unsupported in emails */
domReady( () => {
unregisterBlockStyle( 'core/separator', 'dots' );
Expand Down

0 comments on commit 6726994

Please sign in to comment.