- Description:
This key represents an individual group object in the
_inputs.*(object-input).options.groupsarray.The value is an object that groups inputs together inside an Object Input without changing the data structure. Each group typically contains a
headingandinputsarray.- Appears in:
- Type:
Object- Properties:
This key toggles whether this group is collapsed or expanded when first viewed.
Setting this key to
truewill collapse this group when first viewed.Defaults to:
falseAppears in:
groups[*].This key defines the subtext below the
heading.Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.
Appears in:
groups[*].This key defines the documentation link at the top of a Collection browser.
Collection documentation is useful for assisting your team members.
Appears in:
collections_config.*, Text Input, Textarea Input, Code Input, Color Input, Boolean Input, Number Input, Range Input, Rich Text Input, URL Input, Select Input, Date/Datetime Input, Time Input, File Input, Multiselect Input, Choice Input, Multichoice Input, Object Input,groups[*],[*],options.entries,groups[*], Array Input.Show examplesHide examples
In this example, the documentation link for the
dataCollection goes to CloudCannon Documentation.Copied to clipboardcollections_config: data: documentation: url: https://cloudcannon.com/documentation/ text: CloudCannon Documentation icon: star{ "collections_config": { "data": { "documentation": { "url": "https://cloudcannon.com/documentation/", "text": "CloudCannon Documentation", "icon": "star" } } } }This key defines the main text for the group shown when collapsed or expanded.
Appears in:
groups[*].- Examples: