Hi,
We have been working on XF structure in order to make it similar to the main site structure for MSM which comes with regions and languages.
XFs, contain links which are not adjusted when creating live-copies. The href shows the path for the blueprint instead of the corresponding path in live copies pages.
What is an easy way to have the links in XFs reflect the livecopy path ?
Thank you,
Solved! Go to Solution.
Views
Replies
Total Likes
I think the LCs of XFS should have their respective "local" links adjusted automatically upon rollout. You can try to see the behaviour of these with an AEM Vanilla installation + WKND sample content.
Check if you have nested LCs in the target XFs, you might need to adjust the relevant OSGi config: https://experienceleague.adobe.com/docs/experience-manager-64/administering/introduction/msm-sync.ht...
Hi @manal-ghanim,
Please check this url where he discusses about an alternative: https://aemcorner.com/blueprint-live-copies-links-rewriting-why-chapter-links-are-not-correctly-rewr...
Hope this helps.
Thanks,
Kiran Vedantam.
Hi,
If you want to match the link url added in XF to match with the corresponding locale/live copy, easiest way is to add the logic in LinkTransformerFactory.java so the link will be updated while rendering the html but still point to the blueprint in AEM.
I think the LCs of XFS should have their respective "local" links adjusted automatically upon rollout. You can try to see the behaviour of these with an AEM Vanilla installation + WKND sample content.
Check if you have nested LCs in the target XFs, you might need to adjust the relevant OSGi config: https://experienceleague.adobe.com/docs/experience-manager-64/administering/introduction/msm-sync.ht...