diff --git a/packages/block-library/src/post-content/edit.js b/packages/block-library/src/post-content/edit.js index 75a2b77a1d0ca..188e7771d4fd7 100644 --- a/packages/block-library/src/post-content/edit.js +++ b/packages/block-library/src/post-content/edit.js @@ -85,7 +85,21 @@ function Placeholder() { const blockProps = useBlockProps(); return (
{ __( 'Post Content' ) }
++ { __( + 'This is the Post Content block, it will display all the blocks in any single post or page.' + ) } +
++ { __( + 'That might be a simple arrangement like consecutive paragraphs in a blog post, or a more elaborate composition that includes image galleries, videos, tables, columns, and any other block types.' + ) } +
++ { __( + 'If there are any Custom Post Types registered at your site, the Post Content block can display the contents of those entries as well.' + ) } +