Skip to content

Commit

Permalink
Merge pull request #70 from faso-dev/patch-1
Browse files Browse the repository at this point in the history
DOCS: fix typo
  • Loading branch information
mficzel authored Dec 10, 2021
2 parents 026bdbf + 07f49b0 commit 4f4d175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/FusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Example::

afx`
<Neos.Fusion.Form:Form form.data.customer={customer} form.data.deliveryAddress={deliveryAddress} form.target.action="submit">
<Neos.Fusion.Form:Component.Field field.name="user[firstName]" label="First Name">
<Neos.Fusion.Form:Component.Field field.name="customer[firstName]" label="First Name">
<Neos.Fusion.Form:Input />
</Neos.Fusion.Form:Component.Field>

<Neos.Fusion.Form:Component.Field field.name="user[lastName]" label="Last Name">
<Neos.Fusion.Form:Component.Field field.name="customer[lastName]" label="Last Name">
<Neos.Fusion.Form:Input />
</Neos.Fusion.Form:Component.Field>

Expand Down

0 comments on commit 4f4d175

Please sign in to comment.