Skip to content

Instantly share code, notes, and snippets.

@RashidJorvee
Created January 11, 2020 17:35
Show Gist options
  • Save RashidJorvee/79c2394c0f3196ce83bde5ddea04fa3c to your computer and use it in GitHub Desktop.
Save RashidJorvee/79c2394c0f3196ce83bde5ddea04fa3c to your computer and use it in GitHub Desktop.
AEM versioned clientlibs configuration
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
contentTypes="[text/html]"
enabled="{Boolean}true"
generatorType="htmlparser"
order="{Long}1"
sequence="version"
serializerType="htmlwriter"
transformerTypes="[linkchecker,versioned-clientlibs]"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment