Skip to content

Commit

Permalink
Remove image block align none control
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 3, 2017
1 parent 142a20b commit 081dc50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blocks/library/image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ registerBlock( 'core/image', {
isActive: ( { align } ) => 'right' === align,
onClick: applyOrUnset( 'right' )
},
{
icon: 'align-none',
title: wp.i18n.__( 'No alignment' ),
isActive: ( { align } ) => ! align || 'none' === align,
onClick: applyOrUnset( 'none' )
},
{
icon: 'align-full-width',
title: wp.i18n.__( 'Wide width' ),
Expand Down

0 comments on commit 081dc50

Please sign in to comment.