Skip to content

Commit 64bd23a

Browse files
authored
Add a description to the template part block. (#28839)
1 parent a1d5860 commit 64bd23a

File tree

1 file changed

+3
-0
lines changed
  • packages/block-library/src/template-part

1 file changed

+3
-0
lines changed

packages/block-library/src/template-part/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export { metadata, name };
1919

2020
export const settings = {
2121
title: _x( 'Template Part', 'block title' ),
22+
description: __(
23+
'Edit the different global regions of your site, like the header, footer, sidebar, or create your own.'
24+
),
2225
keywords: [ __( 'template part' ) ],
2326
__experimentalLabel: ( { slug } ) => startCase( slug ),
2427
edit,

0 commit comments

Comments
 (0)