Accessibility Data Types

Alpha: Editor React Components are currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.

Accessibility data types allow users to customize ARIA attributes and semantic HTML for better screen reader support and keyboard navigation.

A11y

The a11y data type lets you configure which accessibility attributes are available for users to customize in the editor.

Note: Specify these additional configurations under an a11y field in your data item.

attributesA11yAttributes[]

List of accessibility attributes users can configure in the editor. If omitted, all attributes are available. Specify only relevant ones for better UX.

Example

Accessibility settings for a close button:

In the manifest:

Copy

In the component:

Copy

See also

Last updated: 7 May 2026

Did this help?