- 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.By default, this key is
false(i.e., the group is expanded when first viewed).Defaults to:
falseThis key defines the subtext below the
heading.Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.
This key defines the documentation link at the top of a Collection browser.
Collection documentation is useful for assisting your team members.
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" } } } }- Examples: