diff --git a/docs/reference-guides/block-api/block-supports.md b/docs/reference-guides/block-api/block-supports.md index 53d7088576b182..f3d15f118ae8fa 100644 --- a/docs/reference-guides/block-api/block-supports.md +++ b/docs/reference-guides/block-api/block-supports.md @@ -105,6 +105,20 @@ supports: { } ``` +## ariaLabel + +- Type: `boolean` +- Default value: `false` + +ARIA-labels let you define an accessible label for elements. This property allows enabling the definition of an aria-label for the block, without exposing a UI field. + +```js +supports: { + // Add the support for aria label. + ariaLabel: true +} +``` + ## className - Type: `boolean`