Skip to content

Display settings

Display settings are informational elements that can be used to provide detail around the input settings and organize them.

There are two types of display settings:

Properties

All display settings follow this property structure:

PropertyRequiredDescription
typeYesThe display setting's type, either header or paragraph.
contentYesThe setting's content as it is displayed to the seller.

Types

A setting of type header outputs a header element to organize input settings into categories for example.

json
{
    "type": "header",
    "content": "Footer settings"
}

Paragraph

A setting of type paragraph output a text element to help you describe what a category is about and provide detailed context about it.

json
{
    "type": "paragraph",
    "content": "This is where all your social media links go."
}