Skip to content

Commit

Permalink
Add prop to gallery v1 block
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Nov 30, 2022
1 parent eaadf52 commit 0b2a766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/gallery/v1/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ function GalleryEdit( props ) {
<PanelBody title={ __( 'Settings' ) }>
{ images.length > 1 && (
<RangeControl
__nextHasNoMarginBottom
label={ __( 'Columns' ) }
value={ columns }
onChange={ setColumnsNumber }
Expand Down

0 comments on commit 0b2a766

Please sign in to comment.