Open sks40gb opened 6 years ago
Do we have any option to override default template for clientlib. As of now default template is
<?xml version="1.0" encoding="UTF-8"?> \n\ <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" \n\ jcr:primaryType="cq:ClientLibraryFolder" \n\ categories="[<%= categoryName %>]" \n\ dependencies="[<%= dependencies %>]"/>
However we need the option to add the additional attributes
jsProcessor="[[default:none\, min:none]]"
Additional attributes might be required to set properties like, allowProxy = true (boolean)
Do we have any option to override default template for clientlib. As of now default template is
<?xml version="1.0" encoding="UTF-8"?> \n\ <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" \n\ jcr:primaryType="cq:ClientLibraryFolder" \n\ categories="[<%= categoryName %>]" \n\ dependencies="[<%= dependencies %>]"/>
However we need the option to add the additional attributes
jsProcessor="[[default:none\, min:none]]"