Skip to content

Commit

Permalink
Merge pull request #83 from neos/bwaidelich-patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Correct "multiple" example in fusion reference
  • Loading branch information
mficzel authored Dec 19, 2022
2 parents 0f49ccc + 3cf970f commit a1fde4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/FusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Example::
In some cases multiple inputs are combined in a single FieldContainer::

renderer = afx
<Neos.Fusion.Form:FieldContainer field.name="user[roles]" label="user.role" multiple>
<Neos.Fusion.Form:FieldContainer field.name="user[roles]" label="user.role" field.multiple>
<Neos.Fusion.Form:Checkbox field.value="Neos.Neos:RestrictedEditor" >Restricted Editor</Neos.Fusion.Form:Checkbox>
<Neos.Fusion.Form:Checkbox field.value="Neos.Neos:Editor" >Editor</Neos.Fusion.Form:Checkbox>
<Neos.Fusion.Form:Checkbox field.value="Neos.Neos:Administrator" >Administrator</Neos.Fusion.Form:Checkbox>
Expand Down

0 comments on commit a1fde4b

Please sign in to comment.