Skip to content

Commit

Permalink
Merge pull request #161 from Automattic/fix/move-test-panel-up
Browse files Browse the repository at this point in the history
feat: move testing panel above layout
  • Loading branch information
Jefferson Rabb authored Apr 27, 2020
2 parents f4b1120 + d35b2ad commit 76e8f08
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 76e8f08

Please sign in to comment.