コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Replicate content fragment variation.

Avatar

Level 6

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

 

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 6
2 返信

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

正解者
Level 6

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