Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
customer instead of user
  • Loading branch information
faso-dev authored Nov 29, 2021
1 parent 026bdbf commit 07f49b0
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 07f49b0

Please sign in to comment.