diff --git a/packages/block-library/src/template-part/edit/advanced-controls.js b/packages/block-library/src/template-part/edit/advanced-controls.js index 0b54e78e9aa8cf..b879b46638face 100644 --- a/packages/block-library/src/template-part/edit/advanced-controls.js +++ b/packages/block-library/src/template-part/edit/advanced-controls.js @@ -12,6 +12,27 @@ import { useSelect } from '@wordpress/data'; */ import { TemplatePartImportControls } from './import-controls'; +const htmlElementMessages = { + header: __( + 'The
element should represent introductory content, typically a group of introductory or navigational aids.' + ), + main: __( + 'The
element should be used for the primary content of your document only.' + ), + section: __( + "The
element should represent a standalone portion of the document that can't be better represented by another element." + ), + article: __( + 'The
element should represent a self-contained, syndicatable portion of the document.' + ), + aside: __( + "The