gulp-clientlibify
Version:
Integrate AEM with a styleguide
10 lines (9 loc) • 483 B
text/xml
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[<%= categories.join(',') %>]"
embed="[<%= embed.join(',') %>]"
dependencies="[<%= dependencies.join(',') %>]"
jsProcessor="[<%= jsProcessor.join(',') %>]"
cssProcessor="[<%= cssProcessor.join(',') %>]"
allowProxy="{Boolean}<%= allowProxy %>"/>