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.
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