Hello everyone, is the current aem-sdk-api package (version 2022.10.9398.20221020T071514Z-220900) missing the package com.day.cq.wcm.api.constants and therein the interface NameConstants? The predecessor com.day.cq.wcm.api.NameConstants is now deprecated and states that it is replaced by com.day.cq....
We understand AEM is not a J2EE container, but it does have filters. We are trying to integrate datadome, which is a bot protection system to prevent hacking. This is what needs to be added to the equivalent of web.xml: <web-app> ... <filter> <filter-name>datadome-filter</filte...
Hi All, Do we have provision to upload an Asset with file size of 0 KB onto AEM DAM. And after upload does the workflow "DAM Update Asset Workflow" execute and create renditions of such assets ? Thanks
Hi Team, We are using AEM 6.5 and We have a component called search where we will give path to search, So based on given word which we want to search the search will traverse through the given path and show us result of all the pages which comes under given path. But We want to exclude some pages ...
Hi All, I'm facing an strange issue that the core components are not getting resolved after installing the project which has react integration. Below are the specs I'm using. AEM - 6.5 with SP-6.5.14.0 Java - 1.11 Mvn - 3.8.6 Steps I tried to fix: 1) Tried updating the uber jar from 6.5.0 to...
Hi community, Is there any way to remove the span tag when using RTE styles? Also need to add the class name to custom tag. Current: <h2> <span class="some-class"> some text </span></h2> Expected: <h2 class="some-class"> some text </h2> Thanks in advance.
I am trying to make content fragments made from a particular model, content author need to author that Content Fragment they cant save this Disabling this Done Button
In the path field/ asset picker I do not want an author to select any folder, only just the content fragment he should select. Can we do something like this?Example Author can not select ABC just this is sample content fragment
Hi, Wanted to understand the functionality behind the Quick Publish button. Is it triggering any workflow behind? If yes, which workflow is getting triggered? I checked for com.day.cq.wcm.workflow.process logs but nothing seems to come up. Thanks in advance!