Multifield is not retaining more than one item
The multifield below is not retaining more than one item. The child node only stores one item in content path. Second item is saved directly on the component node itself. Need guidance in understanding error in the structure
Multifield dialog:
<multifieldDialog
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
composite="{Boolean}true"
fieldLabel="Items">
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container"
name="./multifieldAssets">
<items
jcr:primaryType="nt:unstructured">
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldDescription="Enter the title for the icon."
fieldLabel="Title"
name="./title"
required="{Boolean}true"/>
</items>
</field>
</multifieldDialog>