Skip to content

Commit e0e5768

Browse files
authored
Update conditionals.md
1 parent 709eadd commit e0e5768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates/conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Tags that output numeric content will work fine with quotes, but also do not nee
281281

282282
{if {fluid_content:count type="long_form_text"} == 3}
283283

284-
If the conditional expression contains [variable modifiers](templates/variable-modifiers.md), braces should only be omited if the conditional is executed on top-level variable (not Grid column or Fluid field element) and there is only one check in the expression (no AND / OR operators).
284+
If the conditional expression contains [variable modifiers](templates/variable-modifiers.md), braces should only be omited if the conditional is executed on a top-level variable (not Grid column or Fluid field element) and when there is only one check in the expression (no AND / OR operators).
285285
In other words, you can only do following without braces:
286286

287287
{if grid_field:total_rows}

0 commit comments

Comments
 (0)