Skip to content

Instantly share code, notes, and snippets.

@kuckmc01
Created June 28, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuckmc01/ddc19654c745e4a3a0cb553450f461db to your computer and use it in GitHub Desktop.
Save kuckmc01/ddc19654c745e4a3a0cb553450f461db to your computer and use it in GitHub Desktop.
Multfield 6.5 compatible example
<attrMap
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
composite="{Boolean}true"
fieldDescription="x"
fieldLabel="Attribute Map">
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container"
name="./attrMap">
<items jcr:primaryType="nt:unstructured">
<option
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<selected
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
name="./selected"
text="Selected"
uncheckedValue="false"
value="{Boolean}true"/>
<disabled
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
name="./disabled"
text="Disabled"
value="{Boolean}true"/>
<value
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Value"
name="./value"/>
<text
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Text"
name="./text"/>
</items>
</option>
</items>
</field>
</attrMap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment