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
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
I have found out the information that I am looking for in below article.
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.
I have found out the information that I am looking for in below article.