File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,12 @@ The total number of fields regardless of tag output criteria.
189189
190190Additionally, the following variable are available ** when using custom field groups** :
191191
192+ ### ` count_group `
193+
194+ {fluid_content:count_group}
195+
196+ The "count" of the current field group starting at 1.
197+
192198### ` count_in_group `
193199
194200 {fluid_content:count_in_group}
@@ -201,6 +207,12 @@ The "count" out of the fields being displayed in a field group. If five fields a
201207
202208True, if the current field is the first one in the current field group.
203209
210+ ### ` index_group `
211+
212+ {fluid_content:index_group}
213+
214+ The "index" of the current field group starting at 0.
215+
204216### ` index_in_group `
205217
206218 {fluid_content:index_in_group}
You can’t perform that action at this time.
0 commit comments