modopedia:header
Description
Renders large, bold text used to denote the start of a page or section of a page. Pairs well with Separators
Screenshot
JSON Schema
| ID | Type | Required | Default | Description |
|---|---|---|---|---|
| text | String | ✓ | - | Text to be displayed. |
| centered | Boolean | ✗ | true | If true, header will center on page. |
| colour | HString | ✗ | * | Colour of header text. Defaults to book's header colour. |
| bold | Boolean | ✗ | false | If true, header will be bold. |
| underline | Boolean | ✗ | false | If true, header will be underlined. |