Do you mean when you click on Source Page link on the page properties? It's out-of-the-box behavior of the product. For easiest navigation on the AEM platform, I would recommend you to install AEM Chrome Extension - SourcedCode: https://chromewebstore.google.com/detail/aem-chrome-extension-sour/ebh...
Hi @ZeelTr2, What is a cause of changing source link of Live Copy? Source of Live Copy is usually a blueprint page on what this live copy is based on and has relationship. Best regards,Kostiantyn Diachenko.
Hi @Mahesh_Gunaje , Is it comfortable for your authors to create folder with locales folders per each domain of content fragments? I'd suggest the following structure:/content/dam/project-a/content-fragments
|__/language-masters
|__en
|__abc (service a)
|__cf1
|__cf2
...
Hi @Vodjakxa , I found that OOTB there is a Dam Event. So, you can build your logic around this event.import com.day.cq.dam.api.DamEvent;
import lombok.extern.slf4j.Slf4j;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.event.Event;
import org.osgi.service.event.Even...
Hi @Mahesh_Gunaje , I used MSM for content fragments. I'd say that it was complex in managing. My client had dozens of supported locales, that's why we had to create live copy for each CF to N locales. Sometimes some properties (paths) were not localized and it was required to cancel inheritance and...
I checked that example and saw credentials to connect to local author there as well. However, you are right, the GraphQL is publicly open endpoint on publisher. So, you can easily use it. Thanks,Kostiantyn Diachenko.
Hi @HelpTech , Does your /apps/cq/inbox/content/inbox/dialogs/clientlib-inbox have jcr:primaryType="cq:ClientLibraryFolder" ? Does it have js.txt that references your js file? If yes, please try to rebuild clientlibraries via http://localhost:4502/libs/granite/ui/content/dumplibs.html. Best regards...