Skip to content

Commit

Permalink
Add help text to Gallery Image Size control (#49074)
Browse files Browse the repository at this point in the history
* Add help text to SelectControl

* Make images plural
  • Loading branch information
richtabor authored Mar 15, 2023
1 parent ff26614 commit 88f12f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ function GalleryEdit( props ) {
<SelectControl
__nextHasNoMarginBottom
label={ __( 'Image size' ) }
help={ __(
'Select the size of the source images.'
) }
value={ sizeSlug }
options={ imageSizeOptions }
onChange={ updateImagesSize }
Expand Down

0 comments on commit 88f12f4

Please sign in to comment.