You can try a query similar to:fulltext=Englishpath=/content/we-retailgroup.p.or=truegroup.1_group.type=cq:Pagegroup.2_group.property=jcr:content/cq:templategroup.2_group.property.value=/conf/we-retail/settings/wcm/templates/hero-pagep.limit=-1 And test it in Querry builder Debbuger: http://localhos...
Editing functionality for end-users available in AEM that runs in "author" runmode and when the user has sufficient permission to edit content, for example, on AEM Author a user is at least a member of an OOTB "content-authors" group.
From AEM TouchUIClick Tools -> ACS AEM Common -> Manage Controlles Processes Click Start Process buttonFrom the list of available tasks select S3 Asset Ingestor
How did you install the S3 connector? You should download S3 connector zip that fits into your version of AEM version, stop AEM and paste /Users/berliant/Downloads/com.adobe.granite.oak.s3connector-1.10.10/jcr_root/libs/system/install into crx-quickstart folder. Start AEM and make sure that all bun...
As per the maven archetype 23, the "all" package includes both content and core packages. For your use-case, it should be enough to deploy only "samplewebsite.all.SNAPSHOT" package.
The issue is that renditions are png/jpeg files and not a gif. That is why you are losing an animation. I'm not sure what do you are expecting from FFMPEG, I don't think that it will be a solution for you. I think that you need to create a custom component for gif. The custom component should use /c...
Have you reviewed https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/index.html?com/adobe/granite/ui/clientlibs/HtmlLibraryManager.html writeJsInclude(), writeCssInclude() etc menthods?