Sidebar settings
Sidebar settings can’t hold a value and aren’t configurable. They’re informational elements that can be used to provide detail around your input settings and organize them.
Sidebar settings are composed of standard attributes. The following are the types of sidebar settings:
Standard attributes
The following are standard attributes across sidebar settings:
header
A setting of type header
outputs a header element to help you better organize your input settings. For example, the following setting generates a header
sidebar
{
"type": "header",
"content": "Announcement bar"
}
paragraph
A setting of type paragraph
outputs a text element to help you better describe your input settings. For example, the following setting generates paragraph
sidebar:
{
"type": "paragraph",
"content": "All of your collections are listed by default. To customize your list, choose 'Selected' and add collections."
}
Updated about 3 years ago