Skip to content

Commit

Permalink
Merge branch 'master' into fix/list-nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson Rabb authored Apr 27, 2020
2 parents 7de6266 + 76e8f08 commit ec3b4f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ const NewsletterEdit = ( {
>
<Sidebar />
</PluginDocumentSettingPanel>
<PluginDocumentSettingPanel
name="newsletters-layout-panel"
title={ __( 'Layout', 'newspack-newsletters' ) }
>
<Layout templates={ templates } />
</PluginDocumentSettingPanel>
<PluginDocumentSettingPanel
name="newsletters-testing-panel"
title={ __( 'Testing', 'newspack-newsletters' ) }
>
<Testing />
</PluginDocumentSettingPanel>
<PluginDocumentSettingPanel
name="newsletters-layout-panel"
title={ __( 'Layout', 'newspack-newsletters' ) }
>
<Layout templates={ templates } />
</PluginDocumentSettingPanel>
</Fragment>
);
};
Expand Down

0 comments on commit ec3b4f7

Please sign in to comment.