Skip to content

Instantly share code, notes, and snippets.

@aanchalsikka
Last active September 26, 2023 06:10
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 aanchalsikka/3fa0b2e32731b76889e58d0c49dc903b to your computer and use it in GitHub Desktop.
Save aanchalsikka/3fa0b2e32731b76889e58d0c49dc903b to your computer and use it in GitHub Desktop.
File upload dialog
<file
granite:class="cmp-image__editor-file-upload"
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
class="cq-droptarget"
enableNextGenDynamicMedia="{Boolean}true"
fileNameParameter="./fileName"
fileReferenceParameter="./fileReference"
mimeTypes="[image/gif,image/jpeg,image/png,image/tiff,image/svg+xml]"
name="./file"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment