When the request url is lets say /content/myapp.html and sling:resourceType of myapp is /apps/myapp/components/myappcomponent. Scenario 1: under myappcomponent, lets say there are following files myappcomponent.html, myappcomponent.esp In this case myappcomponent.html will be rendered. Scenar...
Hello Team, We are facing heap memory issue for our application . Would like to check what should Minimum Heap Size Allocation for Ecommerce application in ideal scenario ? we know it depends upon user, traffic etc. Looking for recommendations ...
HI All, I am trying to setup activity with two experiences. Experiences differ in component styles. For example, showing a teaser component with o round image variant or simple card mode. This need to be achieved from style system and pre-defined styles on teaser component. Problem is when I g...
Hi All, We integrated AEM with Splunk to log monitoring In that report we found that some unpublished pages are still system is calling unpublished content paths how we can debug Please give any suggestions. Thankyou.
I am looking to create a custom component to pull content fragments based on type(content fragment model) and/or a field filter. Wondering if anyone from the community has already created such types of components. If yes, could you please share the link? Thanks.
I have a tagfield included in my dialog. I want to print the titles for the tags being added in tagfield how can I achieve that? A code snippet for the same will be really useful.
Has anyone implemented asset insights in AEM DAM . OOTB we have insights tab in asset properties which provide the data as shown below in the snapshot. We followed the doc https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/assets-insights.html?lang=en f...
I am using a dropdown in cq:dialog with two fields as shown below in the picture: The problem is that I want to get the selected value in html and javascript but not able to access those values. I tried using ${properties.propertyName} but it didn't work. Is there a way I can check which value is ...