Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Replicate metadata property only

Avatar

Level 3

I am looking into options to use the Replicator API to replicate only specific nodes from my fragments instead of the whole fragment.

This is needed because the fragment content (saved under the '/jcr:content/renditions' folder) is still undergoing workflow approvals but the metadata needs to be published due to some taxonomy changes.

But I wanted to check if there is an option to replicate only one or more properties (like "cq:tags")  instead of a whole node (like "/jcr:content/metadata") ?

0 Replies

Avatar

Level 9

Hi Riju,

You can replicate the particular node. but replicate only property is not advised Or supported.

Thanks,

Avatar

Level 4

That is not advised to replicate node partially however if you want. You can do it by implementing a custom replication agent.