Hi All,
I created a live copy from the master copy,
Master : /content/-----/language-masters/en_us
livecopy : /content/----/us/en within this folder created live copy name of global-homepage.
Ex: When we have a link /content/-----/language-masters/en_us its automatically updating where we have a name in link language-masters to global-homepage
How to get whatever I have links master need to get the same links in the live copy also.
@arunpatidar @DEBAL_DAS @Anish-Sinha @Ravi_Pampana
Thanks
Kotireddy
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Live copy will have reference update Action which will update the references, we can create custom rollout and remove referenceUpdate action if we don't want the links to be updated in the live copy page.
We can achieve this using custom Link Transformer to rewrite global-homepage links to language-masters equivalent links.
Steps are given below -
1. Create a Transformer Factory.
2. Create the Transformer class -
I feel following article will help you : https://medium.com/adobetech/msm-live-copy-rewrite-reference-links-inside-experience-fragments-or-te...
Please check this.
Hi,
Live copy will have reference update Action which will update the references, we can create custom rollout and remove referenceUpdate action if we don't want the links to be updated in the live copy page.