Hi, I am currently using AEM 6.5.13. I am trying to render some links using "href" in anchor <a> tag. Sample code: <a href="${slingObject.link}"/> This link has 2 values coming from backend, /content/marketA/index/pageA.html /content/marketB/index/pageB.html Now the href value comes in this ...
Hi AEM aficionados, I am using AEM Cloud, and trying to customize the Accordion component from the "core.wcm.components" package. For context, I hope to slow down the toggle into a smoother transition with a 1 second delay. Anyway, I have overridden the file '/clientlibs/editor/js/accordion.j...
how to get content fragment model name from contentfragment object which support junit test case.Note: contentFragment.getTemplate().getTitle() is not supportive in junit mocking.
AEM a a Cloud Service where asset Binary storing in native-cloud Env ,What is path where assets Binary storing and is possible to accessable path to migrated to private cloud env . Is assets rendetions binary stroing share cloud path , what is the path same can be accessable using Cloud Manager by...
What is criteria to choose right artchetypeVersion (ex : 41 or 40 or 39 etc) & once project created how to update following rather than creating new project. enableDynamicMedia=y (by default n ,if yes mean what changes while project creation) includeErrorHandler=y (by default n ,if yes mean what ...
We are trying to customize the hyperlink option in the content fragment RTE. Need to add a text field and a custom drop similar to Target. Basically we need authors to select custom name which can be added as a class attribute in the <a> tag. Example: <a title="google" href="http://www.google.co...
Hi I have requirement where I wanted to use aem navigation(available across all templates) core component inside my project but dont want to expose in model.json. Currently If I placed this template root level under jcr:content, this component still acts like a normal component and exposed in model....
Hello, We are able to upload webp images in AEM Assets and are able to assign processing profiles. But we are unable to author the same webp image in core image component. I understand if we enable the "Enable Web Optimized Images" checkbox, the JPGs/PNGs can be processed through DM and rendered i...
Whenever I try to add '@Reference' of a service in other java file getting the above error. If I remove the reference then everything works fine. ERROR: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.torrid.aem.dynamicmedia.core.models.ReviewDashboardPageModel can...