Created
June 28, 2019 14:43
-
-
Save kuckmc01/ddc19654c745e4a3a0cb553450f461db to your computer and use it in GitHub Desktop.
Multfield 6.5 compatible example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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