The biggest certification sale of the year is happening now It's true! All Experience Manager certification exams are 50% off through September 21, 2021. This offer is for all customers and Adobe Partners. Read all about it in this article This sale applies to Adobe Certified Expert, Professional,...
We have a lot of webinar based content ( 2 live webinars daily posted in EN/FR) on our site and the plan is to scale this over the next year. What is the best way for us to use AEM to manage/scale webinar content? We currently have 3 jobs for each webinar - 1) Register 2) Replay coming soon 3) Posti...
I am using the below code to iterate the Node and update the property but it ends up loading the infinite loop. resource -> launch.getResource().getChild("jcr:content") Node node = resource.adaptTo(Node.class);final NodeIterator it=node.getNodes();do {LOG.info("NODE PATH IS: "+node.getPath() );node....
Hello,I have a list of page url-s. For each of them I have to get the page description. Is there any ready API to send the page url from JS in order to get the page description? Or should I create an API? Thanks!
I am trying to terminate the workflow but it keeps loaded as shown in image below for more than 2 hours. I waited long but couldn't find out the solution.
Hello Team, AEM version: 6.5.6In publish instance, all JavaScript code written in slightly html get removed automatically . Anyone having some idea around it.Eg.In one of component sightly html:<script type=...>var a = "1222";</script> PROBLEM: In author instance, we get this variable with wcmmode=d...
Hello everyone, I'm currently running a React SPA sites with AEM 6.5.5 and trying to apply a custom CSS class into one of the Layout Containers in my template. Here are the steps I did:1. Added the custom css class in the Layout Container's PolicyAdding the custom class in Template Policy 2. Subse...