Skip to content

Commit dbc296d

Browse files
authored
Merge pull request #700 from ExpressionEngine/bug/typo-in-fluid
Update inaccuracy in fluid docs
2 parents 602cc3f + 6212798 commit dbc296d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/fieldtypes/fluid.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ True, if the current field group is the first one.
185185

186186
### `last_group`
187187

188-
{fluid_content:first_group}
188+
{fluid_content:last_group}
189189

190190
True, if the current field group is the last one.
191191

@@ -284,10 +284,10 @@ A fluid field can handle the output of all of those fields, as many as they add,
284284
{/fluid_field:seo_title}
285285
{fluid_field:seo_description}
286286
<meta name="description" content="{content}">
287-
{/fluid_field:seo_description}
288-
{/fields}
287+
{/fluid_field:seo_description}
288+
{/fields}
289289
{/fluid_field:seo_group}
290-
290+
291291
{/fluid_field}
292292
```
293293

@@ -440,7 +440,7 @@ Radio and single select fields use single variables:
440440
<a href="{content}">Your Link</a>
441441
{/my_fluid_field:my_url}
442442
{/my_fluid_field}
443-
443+
444444
## Field Group Examples
445445

446446
Field groups in fluid work exactly like fields do, with one extra tag pair ``{fields}...{/fields}`` required.
@@ -458,11 +458,11 @@ Field groups in fluid work exactly like fields do, with one extra tag pair ``{fi
458458
{my_fluid_field:my_email}
459459
{content:mailto title="Email about their dog" subject="Question about your dog" encode="no"}
460460
{/my_fluid_field:my_email}
461-
461+
462462
{/fields}
463-
{/my_fluid_field:my_field_group}
463+
{/my_fluid_field:my_field_group}
464464
{/my_fluid_field}
465-
465+
466466
Field Group with Text and Relationship fields
467467

468468
### Field Group with Text and Relationship fields
@@ -474,7 +474,7 @@ Field Group with Text and Relationship fields
474474
{my_fluid_field:my_textarea}
475475
{content}
476476
{/my_fluid_field:my_textarea}
477-
477+
478478
{my_fluid_field:my_relationship}
479479
{content status="open"}
480480
{if content:count == 1}<h3>Relationships ({content:total_results})</h3>{/if}
@@ -488,7 +488,7 @@ Field Group with Text and Relationship fields
488488
{/content:my_related_field_in_child_entry}
489489
{/content}
490490
{/my_fluid_field:my_relationship}
491-
491+
492492
{/fields}
493493
{/my_fluid_field:my_field_group}
494494
{/my_fluid_field}

0 commit comments

Comments
 (0)