Skip to content
Last update: June 18, 2025

Paragraph Control Descriptor

This control displays a static block of text in the editor panel. It's typically used to provide additional instructions or context for other controls.

Property Description
content Text to display in the editor panel.

Example

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

Paragraph control