Skip to content

Commit

Permalink
Update Cover content position control label
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q authored and mtias committed Apr 2, 2020
1 parent 56da058 commit 288cec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/cover/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ function CoverEdit( {
<>
<BlockControls>
<BlockAlignmentMatrixToolbar
label={ __( 'Change content position' ) }
value={ contentPosition }
onChange={ ( nextPosition ) =>
setAttributes( { contentPosition: nextPosition } )
Expand Down

0 comments on commit 288cec5

Please sign in to comment.