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
Copy file name to clipboardExpand all lines: docs/fieldtypes/fluid.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,25 +181,25 @@ Additionally, the following variable are available **when using custom field gro
181
181
182
182
{fluid_content:count_in_group}
183
183
184
-
The "count" out of the field being displayed in current field group. If five fields are in group, then for the fourth field the `count` variable would have a value of "4".
184
+
The "count" out of the fields being displayed in a field group. If five fields are in a group, then for the fourth field the `count` variable would have a value of "4".
185
185
186
186
### `first_in_group`
187
187
188
188
{fluid_content:first_in_group}
189
189
190
-
True, if the current field is the first one in current field group.
190
+
True, if the current field is the first one in the current field group.
191
191
192
192
### `index_in_group`
193
193
194
194
{fluid_content:index_in_group}
195
195
196
-
The index of the field being displayed in current field group starting at 0.
196
+
The index of the field being displayed in the current field group starting at 0.
197
197
198
198
### `last_in_group`
199
199
200
200
{fluid_content:last_in_group}
201
201
202
-
True, if the current field is the last one in current field group.
202
+
True, if the current field is the last one in the current field group.
0 commit comments