Expand my Community achievements bar.

SOLVED

Replicate content fragment variation.

Avatar

Level 4

Hi Team,

 

I have a content fragment with master, fr variations. When users publish french version of page then I should replicate only fr variation but not master.

Currently I am only replicating only fr variation when users publish french page but I have a problem here. 

Uppari_Ramesh_0-1725532811402.png

2409422321533 is my page number. It has 2 variations master and fr. If I only replicate fr variation node then properties on parent node(data node) are not transferring to publisher instance via AEM's replication. When we are querying GraphQL then it will need cq:model for sure but when I replicate this cq:model is not transferring to publisher.

 

If I publish data node the master will go to publisher which I don't want. Is there any way I can achieve If I replicate fr node then it's parent properties should also go to the publisher.

 

Thanks

Ramesh

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4
2 Replies

Avatar

Level 4

In this scenerio your CF should be replicated not a single node type. You can check Cf whas there if it fr then it will go.

Avatar

Correct answer by
Level 4

I have found out the information that I am looking for in below article. 

 

https://experience-aem.blogspot.com/2015/02/aem-6-filter-specific-nodes-and-properties-from-activati...

 

@kautuk_sahni