- Description:
This key represents an individual Collection key name string in the
collection_groups.[*].collectionsarray.The value is a string that specifies the key name of a Collection defined in
collections_configto include in a group in the Site Navigation.- Appears in:
└── collection_groups └── [*] └── collections └── [*]- Type:
string- Examples:
In this example, we have configured a Collection group with multiple Collection key names in the collections array.
Copied to clipboardcollection_groups: - heading: Content collections: - pages - blog - heading: Data Files collections: - data{ "collection_groups": [ { "heading": "Content", "collections": [ "pages", "blog" ] }, { "heading": "Data Files", "collections": [ "data" ] } ] }