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.Documentation Index
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.

Compatibility
| Plugin type | Availability | Additional notes |
|---|---|---|
| Content blocks | ||
| Media source | Available as part of the preset search functionality. Check media source documentation for more details. |
Properties
group - the type of the componentCreator-facing identifier that is shown as the group header in the plugin
environment
Array of child setting objects that will be displayed within the collapsed
group. Each setting should be a valid plugin setting component.
Brief creator-facing explanation that clarifies the group’s purpose and usage. (256 character limit. Supports markdown:
[text](url), **bold**, and *italic*)Allows for the group to be shown conditionally, dependent on other fields. See
dependencies page for more details.