You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will render editable headings containing the name and title and an image containing the headshot for every person in the "Team Member" collection.
89
+
#### ChunkCollection Attributes
90
+
|Attribute|Type|Description|
91
+
|---|---|---|
92
+
| identifier |`string`| Takes the id of a collection you want to loop through |
93
+
| limit |`int``string`|`optional` The number of collection items you want to display |
94
+
| tags |`array`|`optional` Filter collection items based on tags listed in this prop |
95
+
| className |`string`|`optional` Class name(s) that will be added along with "chunks-collection-wrapper" to the main collection `<div>` element |
96
+
| itemClass |`string`|`optional` Class name(s) that will be added along with "chunks-collection-item--wrapper" to all collection items |
97
+
98
+
#### ChunkFieldValue Attributes
99
+
|Attribute|Type|Description|
100
+
|---|---|---|
101
+
| identifier |`string`| Takes the identifier or field_name of a collection field |
102
+
| className |`string`|`optional` Class name(s) that will be added in the chunk `em-span` element |
0 commit comments