[AEM] 2022.6.0 Release Overview - Event | 13min short Video covering what all released this month | See: https://adobe.ly/3bBit4t
Bringing all the latest updates from the AEM community in one place: https://adobe.ly/3NqmvtK | First edition to be published between 21st July – 4th August' 22
hi,I created project in aem 6.2. I added line: when moving in author mode for editing , Classic UI is empty , it doesnot have any package for editing even general package.How to enable general package in Classic UI?
How to create Test driven development(TDD) for AEM components. Is there any framework to do that in AEM?I need to write junit test cases for components in AEM. Please explain me in detail.Any help would be appreciated. Thanks Mini
Was going to the AEM 6.1 Page-author documentation for reference component. Strange is am not able to see any references link in Classic UI (i.e. via the sidekick Page tab -->Show References)Steps to reproduce.Drag and drop OOTB Text component in /content/geometrixx-outdoors/en/men/coats page and au...
Environment : AEM 6.1Issue : While minifying css, the calc function is also minified.Ex: if i have width:calc(100% - 30px) is minified to width:calc(100%-30px) which is invalid in css and it does not work as expected.Workaround : AEM 6.1(granite UI) uses latest YUI compressor which is 2.4.8. YUI com...
Hi folks,Trying to use the QueryBuilder loadQuery method... basically loading a QB predicate string from a content node.This works if running as an administrator... but otherwise throws the javax.jcr.AccessDeniedException: Root node is not accessible exception.The "serviceUser" has full read permiss...
We are building a connector for AEM 6.2 using AEM's translation API. For translating AEM page, we use getTranslationObjectXLIFFInputStream().Reference: https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/com/adobe/granite/translation/a pi/TranslationObject.html#getTranslationObjectXLIFFInputS...