Hi Everyone, We have multiple developers who work on the same form/template during different time periods. We like to keep track of which developer has made what change to the forms. Each developer opens the XDP template in the stand-alone desktop Designer 6.5. Makes the necessary changes to the for...
In AEM author, the content editors can create vanity urls and "redirect vaninty url" in the pages properties basic tab. However, we cant find any documentation for these features, and they dont seem to work. If the normal page url is mystite.com/helppages/somepage.html, and we add a vanity url of "h...
Hi community, i developed a custom XML exporter:"/** * XML export used to generate XML render on servlets. */@Component(service = ModelExporter.class)public class CustomXmlExporter implements ModelExporter { private static final Logger LOG = LoggerFactory.getLogger(CustomXmlExporter.class); @O...
Hello,we are seeing duplicates of a campaign in the initializeTeaserLoader function on a page. this is happening after we upgrade to the latest service pack aem 6.5.10. we noticed increase in the page load times and when looked into the page source, we found duplicates in the initializeTeaserLoader....
If I have a remote server with AEM installed can I push my current code with something as simple as:mvn clean install -PautoInstallDevPackage -U -Daem.host=test-author.dev.com -Daem.port=4502 -DUserName=admin-Dpassword=admin Or do I need to use cURL? POM? I haven't been able to find much information...
Hi Team,Once we have configured link in richtext and if we put comma or punctuation , its adding space between hyperlink and comma. is there any way to resolve it this issue?
We want our results from content to be returned in this order URL contains <keyword/>Page title contains <keyword/>Tags contain <keyword/>Page Description (will crawl all source metadata) contains <keyword/>Boost frequency <keyword/> to the top how should we go about ensuring URL is included as fir...
Hello Team, Any pointers around, How to create an AEM Translation Job and move it around the workflow such as start, submit, request scope etc..using AEM APIs? Tried with com.adobe.granite.translation.api but seeing few issues.. AEM version : 6.5.8
I have a component that i want to add in the JP/EN/HK/any language site and I want that to be present in all the child pages. How can I can do this? (I can't add it to the template).