Skip to content

Commit

Permalink
NOISSUE formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mheil committed Mar 22, 2024
1 parent e0cd770 commit c127988
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,25 @@ Example usage of the Generic Multifield in your component `_cq_dialog.xml` defin
```xml
<!-- Within the component dialog definition -->
<jcr:root
...
<title
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Title"
name="./title"/>
<genericmultifield
jcr:primaryType="nt:unstructured"
sling:resourceType="merkle/genericmultifield"
itemDialog="/your/project/path/component/item-dialog.xml"
fieldLabel="Generic Multifield"
fieldDescription="A list of generic multfield items"
itemNameProperty="itemTitle"
minElements="2"
maxElements="5"
required="{Boolean}true"
itemStorageNode="./items"/>
...
</jcr:root>
...
<title
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Title"
name="./title"/>
<genericmultifield
jcr:primaryType="nt:unstructured"
sling:resourceType="merkle/genericmultifield"
itemDialog="/your/project/path/component/item-dialog.xml"
fieldLabel="Generic Multifield"
fieldDescription="A list of generic multfield items"
itemNameProperty="itemTitle"
minElements="2"
maxElements="5"
required="{Boolean}true"
itemStorageNode="./items"/>
...
</jcr:root>
```

#### Properties
Expand Down

0 comments on commit c127988

Please sign in to comment.