The Settings tab provides options to configure the properties and behavior of a selected component. The content of the Settings tab is different for each component.
Many components such as the Simple block component have Id, Title, and Aria-label fields.
These fields correspond to the following HTML attributes:
| Field | Corresponding HTML attribute | Description |
|---|---|---|
| Id | id |
The unique identifier of the component, which can be used to target the component to interact with it, or to style it. |
| Title | title |
Information about the component which can appear on hover as a tooltip in most browsers. |
| Aria-label | aria-label |
A label announced by screen readers so that the user knows what the component is. |