I've seen experience fragments structured with language masters in a couple of places. One would be the documentation here:
In Sites, I can create live copies of my language masters; I don't see that as an option for XFs. One poster on stack overflow suggests that this is not possible:
https://stackoverflow.com/questions/62226751/live-copies-of-experience-fragment-aem-6-5
I haven't checked, but I suspect that the folder data type excludes the properties required to track live copies. Is there really no means to sync an XF to a language master?
Current best practice is to use XFs to normalize site headers and footers. The core XF component assumes page and XF structure mirror each other in order to perform localization, which means I've got at least two footer XFs per language (example: German language master, German in my regional Germany site, German in my regional Swiss site, etc) and no automated way to keep them in sync.
Solved! Go to Solution.
Well, it's possible to create Live Copies for XF but it's possible to track it via Blueprint. The content sync feature applies b/w XF and it's live copies as well.
And, of course, you got the part right about using it as header/footer for best practices. So, you can create the master copy for XF and create live copies for languages accordingly and keep it in Sync.
Well, it's possible to create Live Copies for XF but it's possible to track it via Blueprint. The content sync feature applies b/w XF and it's live copies as well.
And, of course, you got the part right about using it as header/footer for best practices. So, you can create the master copy for XF and create live copies for languages accordingly and keep it in Sync.
How can this be used in live-copy of a page. if we use laguage-master page to add an XF in it, that XF will be added for all the live-copies right.? how come this XF live-copy will be referred and work fine.?
Views
Replies
Total Likes
Hello John,
You can create a variation of XF as a live copy and can keep these variations in sync with the use of Live Copy. See https://docs.adobe.com/content/help/en/experience-manager-learn/sites/experience-fragments/experienc... for more details.
Thanks,
Vaishali
The XF MSM structure must mirror the Sites MSM structure - you're right about it. Instead of maintaining 2 XF for German, you can create master German XF and using which create 2 variations (1 for regional and another for Swiss) to have it maintained live copies.
Still no - you can create the variation as live copy, but it won't be where it needs to be for the core XF component will look for it. You need:
Not:
They aren't even in the same folder.
If you check the localization code in the component, you'll see it doesn't do anything fancy with variations to find the localized version of the XF - it's all just path manipulation. Which is why the docs say that the two structures need to mirror each other.
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/live-copies-of-experience-...
Hi @JohnPurchase can u explain it step by step.
for one of our client we have one set of templates, based on it xf has been created for en-us, but we gonna implement MSM with multiple languages, but in my spanish language copy the XF is referring to en-us.
Since the XF path is configured in template i cannot have that changed as per language copy. If you clearly provide steps we can implement and try it.
requirement: MSM with different languages which has XF as well so we need language copies and live copies for pages and XF for each language we create.
Views
Likes
Replies