Created
January 10, 2018 19:10
-
-
Save kuckmc01/9374aaabceb35e30c2f3a66b1c1bbbf8 to your computer and use it in GitHub Desktop.
Image Touch UI AEM
This file contains hidden or 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
<file | |
jcr:primaryType="nt:unstructured" | |
sling:resourceType="granite/ui/components/foundation/form/fileupload" | |
autoStart="{Boolean}false" | |
class="cq-droptarget" | |
fieldLabel="Image asset" | |
fileNameParameter="./image/fileName" | |
fileReferenceParameter="./image/fileReference" | |
mimeTypes="[image]" | |
multiple="{Boolean}false" | |
name="./image/file" | |
title="Upload Image Asset" | |
uploadUrl="${suffix.path}" | |
useHTML5="{Boolean}true"/> | |
<resType | |
jcr:primaryType="nt:unstructured" | |
sling:resourceType="granite/ui/components/foundation/form/hidden" | |
name="./image/sling:resourceType" | |
value="wcm/foundation/components/image"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment