I had a requirement in which I needed to hide "edit bar" in authoring mode based on some condition .I am using this code snippet "componentContext.setDecorate(Boolean.FALSE)" . Issue caused is sometimes it is removing "edit bar" always in authoring mode apart from that condition also . Anyone faced...
As given in link below, the SC framework can be associated to a page from Sidekick>Page Properties. https://docs.adobe.com/docs/en/aem/6-0/administer/integration/marketing-cloud/sitecatalyst/sc-connect.html#Associating%20a%20Page%20with%20a%20SiteCatalyst%20FrameworkIs there a way to do this from th...
Can anyone tell me if the SAML Handler in AEM 6.1 supports HTTP Artifact Binding out of the box? All of the examples in the Adobe KB seem to indicate that it is POST only.
I can't get Google Tag Manager to work using the "Generic Analytics Snippet" under the AEM "Cloud Services Configurations" I can enter the typical Google Analytics code snippet, and get it to work on AEM pages, but when I replace the GA Tag snippet, with the GTM code snippet, it doesn't show up the ...
We are preparing to upgrade to AEM 6.0. Is the blog/community component included in this version? I understand if you have lower versions it must be added?
Hi Everyone,I am facing in issue while creation of lie copies. I have a content tree something that looks like Source page1 page2 page3 page4 page5I am going to activate these pages one by one in sequence using Java Replicator API based on user...
Hi Guys,We have a template A which can be used anywhere with allowed path /content/project/en(/.*)?but it should not be allowed in /content/project/en/xyz/abc/Please help me to figure this out guys.
Hello.We have users who are uploading files and creating directories with spaces in their names. We discovered the existence of these files on dispatchers while troubleshooting chronic caching problems on our AEM 6.0 SP1 farm.Ideally we would like to find some way to prevent people from uploading su...
As a request can this be extended for group sync example as well.https://helpx.adobe.com/experience-manager/using/configuring-aem6-apache-directory-service.html
Hi, I am using AEM 6.1 (actually same issue exists on older AEM too). This is related to RichText editor. IssueIn source mode when we enter below <div> :<div id="my-key">This is test</div> it removes the attributes within <div> and change it to something below:<div>This is test</div> But what we no...