Rewrite Consolidate Properties in XML #229
Answered
by
bstopp
ConnorJamesLow
asked this question in
Q&A
|
Hi, it's not clear from the docs how I should write a <cq:rewriteConsolidateProperties jcr:primaryType="nt:unstructured">
<consolidated jcr:primaryType="nt:unstructured">
<property1 jcr:primaryType="nt:unstructured" />
</consolidated>
</cq:rewriteConsolidateProperties> |
Answered by
bstopp
Jun 10, 2024
Replies: 1 comment
|
It should actually be (going off memory here) <cq:rewriteConsolidateProperties
jcr:primaryType="nt:unstructured"
property1="[<reference>,<reference>,<reference>,<reference>]"
property2="[<reference>]" |
0 replies
Answer selected by
ConnorJamesLow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should actually be (going off memory here)