Skip to content
Last update: June 18, 2025

Header Control Descriptor

This control displays custom informational text inside the editor panel.

Property Description
content Text to display in the editor panel.

Example

...
    "settings": [
        {
            "type": "header",
            "content": "Please upload an image of reasonable size"
        },
        ...
    ]
...

Header control