Created
January 11, 2020 17:35
-
-
Save RashidJorvee/79c2394c0f3196ce83bde5ddea04fa3c to your computer and use it in GitHub Desktop.
AEM versioned clientlibs configuration
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
<?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