Skip to content

Instantly share code, notes, and snippets.

@kuckmc01
Created January 10, 2018 19:10
Show Gist options
  • Save kuckmc01/9374aaabceb35e30c2f3a66b1c1bbbf8 to your computer and use it in GitHub Desktop.
Save kuckmc01/9374aaabceb35e30c2f3a66b1c1bbbf8 to your computer and use it in GitHub Desktop.
Image Touch UI AEM
<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