I attempted to add an issue to the github repository, but due to some firewall issues, was unable to successfully do so.That said, I'll place the same info in here and see if i could get similar results ## Bug Report**Current Behavior**When proxying the Teaser core component and setting the imageDel...
I have a JCR-SQL2 Query . And is being used by QueryManager to perform case insensitive search using lower() method. I want to do the same using QueryBuilder API. We are using aem 6.4 . and fn:lower-case(jcr:content/jcr:title) doesn't work. SELECT * FROM[cq:Page] WHERE ISDESCENDANTNODE(path) AN...
Hello All,I have almost cover major feature of AEM but now I also wants to learn how other Experience cloud products works like Adobe Analytics, Adobe Target, campaign and all and how we can integrate it with AEM 6.4?So do we have any kind of documentation where I can find all these stuffs on a one ...
When I create a package in package manager, I build and install it, after which I download the package, but that gets downloaded a folder instead of a zipped file. Next if I try to upload the same page again after zipping it, it shows me error: as given in the image. What might be wrong?
I have a requirement to enable publication of assets through workflow only. Hence I want to hide the OOTB buttons of 'Quick Publish' and 'Manage Publication' from the DAM UI. I tried removing the replication permissions for the user groups but ghat revokes the ability to publish through workflow als...
Hi All,How to add a custom page properties in 6.3? Like Basic , Advanced , social media , analytics .etc... I need to add one more property to it.Can anyone explain how to achieve?Thanks & Regards,Ashwini
Hi,I created a project using maven archetype 17mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=17 -P adobe-publicupdated the pom to use OSGI R7 dependencies<dependency> <groupId>org.osgi</groupId> <artifactId>o...
Hi,I'm building a workflow where the continuation of the flow requires parallel approval from two user groups.I have created a two branch AND split, and the flow should continue down, only if both branches go through the "approve" step.When one branch "approval" step is completed, I need to check wh...
Dear All,I'd like to create a generic container component in AEM 6.1. This kind of component can be able to host others components and should use the responsive system of AEM.For example, given my container component I should be able to drag/drop the same on a page.Furthermore add others components ...