| Property | Type | Description |
| title * | string / array | Page title |
| description | string | Page description |
If an array is provided, the page title is composed from multiple components.
Components are of two types: string (static text) and variable (dynamic value).
Variables are prefixed with a colon :.
{
"title": "Header",
"type": "header",
"size": 4,
"settings": {
"title": [
"No.",
":id"
],
"description": "Requests - Edit"
}
}