diff --git a/blocks/library/gallery/block.js b/blocks/library/gallery/block.js index 19712352623a9b..951ded42e5ec9e 100644 --- a/blocks/library/gallery/block.js +++ b/blocks/library/gallery/block.js @@ -98,6 +98,22 @@ class GalleryBlock extends Component { const { attributes, focus, className } = this.props; const { images, columns = defaultColumnsNumber( attributes ), align, imageCrop, linkTo } = attributes; + const blockDescription = ( + +

+ {__( 'Image galleries are a great way to share groups of pictures on your site.' )} +

+
+ ); + + const inspectorControls = ( + focus && ( + + {blockDescription} + + ) + ); + const controls = ( focus && ( @@ -133,6 +149,7 @@ class GalleryBlock extends Component { return [ controls, + inspectorControls, 1 && ( - -

{ __( 'Image galleries are a great way to share groups of pictures on your site.' ) }

-
+ {blockDescription}

{ __( 'Gallery Settings' ) }