Skip to content

Commit e9304cb

Browse files
committed
Document new fluid field group variables
1 parent ae145fd commit e9304cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/fieldtypes/fluid.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ The total number of fields regardless of tag output criteria.
189189

190190
Additionally, 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

202208
True, 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}

0 commit comments

Comments
 (0)