Hi Dev team, i was trying to author the text component (sling:resourceSuperType core/wcm/components/text/v2/text), in authoring mode we were able to author bullet List as shown in screen below.but when we mark it as done,the bullet list were not showning (Please reffer below screenshot), sam...
Hi everyone,I tried setting up the WKND project on my local AEM 6.4 instance.I was able to build and install the package, but when I try to open the WKND pages, I'm getting either a blank page or component not found errors.I have verified bundle is active and also there are no error logs.Would appre...
I have scenario where,we have single multifield and each multifield item have checkbox.based on checking the checkbox i want to disable other fields in each multifield item.Sample:multi item1 --> text,desc,image,datepicker and checkbox (when i check checkbox i want to disable other fields)multiitem...
Hi, I have a servlet that performs a function, I have tested it and it works, to make it execute it is necessary to write the domain name followed by bin/serviceexecution.But now we want it to run only every so often, for that we have created a scheduler.The problem is that the scheduler is executed...
In AEM as a Cloud Service (AEMaaCS), is there an automatic mechanism that scales down or optimizes resource usage during periods of low activity (for example, nights or weekends) for non-production environments? If so, can customers configure these scaling rules themselves, or is it entirely managed...
I embedded SDI in my AEM Cloud project like this - I added the dependency:<dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-bundle</artifactId> <version>6.0.10</version> </dependency>Then in my component's HTL, I wrapped the dynamic part with:<sling:include path="dynam...
While I have seen some suggestions related to using metadata values to restrict download while still allowing the group to view (read) assets, but I do not quite understand the approach. I would be interested in any approach that would provide this restriction effectively.
I have been trying to get the WKND website working on my AEM instance, however it shows error in the bundles and the pages are appearing blank. I tried debugging the issue and discovered that the bundles are in installed state. It shows the below errors:I tried updating the uber jar as well but stil...
I have two brands, for example Brand A and Brand B, each with different template types and templates. I want to keep the template types in a global folder and use them for both brands. I created global template types, but I don't see them when creating templates for either brand. If I try to create...
ImageDelivery is from <dependency> <groupId>com.adobe.cq.dam</groupId> <artifactId>cq-delivery-api</artifactId> <version>1.2.8</version> <scope>provided</scope></dependency>aemaacs version is<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-sdk-api</artifactId> <version>2025...