# Title

The `title` is the human-friendly label shown in the Elements inspector. Use short, descriptive labels that match what the user is editing.

### Example

```json
{
  "title": "Headline",
  "id": "heroHeadline",
  "text": {
    "default": "Launch your next product"
  }
}
```
