Skip to content

Commit

Permalink
Update Index.rst (#321)
Browse files Browse the repository at this point in the history
change var name in image
  • Loading branch information
msattler007 authored Dec 12, 2024
1 parent 90a021b commit 7fc7bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/YamlReference/FieldTypes/Folder/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ this looks like this for a field with :yaml:`identifier: folder`.
.. code-block:: html

<f:for each="{data.folder}" as="folder">
<f:for each="{folder.files}" as="image">
<f:for each="{folder.files}" as="item">
<f:image image="{item}" />
</f:for>
</f:for>

0 comments on commit 7fc7bc0

Please sign in to comment.