We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae145fd commit e9304cbCopy full SHA for e9304cb
1 file changed
docs/fieldtypes/fluid.md
@@ -189,6 +189,12 @@ The total number of fields regardless of tag output criteria.
189
190
Additionally, the following variable are available **when using custom field groups**:
191
192
+### `count_group`
193
+
194
+ {fluid_content:count_group}
195
196
+The "count" of the current field group starting at 1.
197
198
### `count_in_group`
199
200
{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
201
207
202
208
True, if the current field is the first one in the current field group.
203
209
210
+### `index_group`
211
212
+ {fluid_content:index_group}
213
214
+The "index" of the current field group starting at 0.
215
204
216
### `index_in_group`
205
217
206
218
{fluid_content:index_in_group}
0 commit comments