Skip to main content
The group component provides a collapsible organizational structure for grouping related plugin settings together. It creates an expandable/collapsible section with a clear label and optional help text, making it easy for app developers to manage complex plugin configurations by organizing them into logical groups. The component allows for better user experience when dealing with plugins that have many settings. example group setting

Compatibility

Properties

string
required
group - the type of the component
string
required
Creator-facing identifier that is shown as the group header in the plugin environment
array
required
Array of child setting objects that will be displayed within the collapsed group. Each setting should be a valid plugin setting component.
string
Brief creator-facing explanation that clarifies the group’s purpose and usage. (256 character limit. Supports markdown: [text](url), **bold**, and *italic*)
object array
Allows for the group to be shown conditionally, dependent on other fields. See dependencies page for more details.

Testing Examples

Simple Group (Copy & Paste Ready)

Group with Help Text

Group with Dependencies