Download

Header Block

Property Type Description
title * string / array Page title
description string Page description

title

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 :.

Example block:


{
    "title": "Header",
    "type": "header",
    "size": 4,
    "settings": {
        "title": [
            "No.",
            ":id"
        ],
        "description": "Requests - Edit"
    }
}