Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed May 2, 2018
1 parent 61cbbd5 commit 9d56d9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core-blocks/cover-image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
BlockAlignmentToolbar,
ImagePlaceholder,
MediaUpload,
AlignmentToolbar,
RichText,
InnerBlocks,
} from '@wordpress/blocks';
Expand Down Expand Up @@ -115,12 +114,6 @@ export const settings = {
value={ align }
onChange={ updateAlignment }
/>
<AlignmentToolbar
value={ contentAlign }
onChange={ ( nextAlign ) => {
setAttributes( { contentAlign: nextAlign } );
} }
/>
<Toolbar>
<MediaUpload
onSelect={ onSelectImage }
Expand Down

0 comments on commit 9d56d9a

Please sign in to comment.