


I have a requirement where my site-structure is like this
/content
--/mysite
--/us(master)
--/en/page
--/fr(live-copy)
--/en/page
on page i have a experience fragment which is pointing to
/content/experience-fragments/mysite/us/en/xf
on fr site i want this experience fragment to be picked
/content/experience-fragments/mysite/fr/en/xf
how can i achieve this??
Solved! Go to Solution.
Views
Replies
Total Likes
So you want to rewrite the references to XFs during the rollout in a way, that the rolled out page references XFs in a different (but computable) tree of the repo? In that case you should create a custom rollout action and include this action in the rollout configuration.
So you want to rewrite the references to XFs during the rollout in a way, that the rolled out page references XFs in a different (but computable) tree of the repo? In that case you should create a custom rollout action and include this action in the rollout configuration.
Views
Replies
Total Likes
@adivj95 if your requirement is just to pick up experience fragment based on locale OOTB experience Fragment component has inbuilt mechanism with in it.
Views
Replies
Total Likes
Views
Replies
Total Likes