I have added a custom index for cqPageLucene but its not showing up on CRXDE after deploying on local. cqPageLucene already has a few indexes. So in content.xml is only adding the custom index. <?xml version="1.0" encoding="UTF-8" ?><root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www....
I have used a date field in my component where in when I author a value it is getting saved under content properties with +5:30. If I author a date it is getting saved under content node properties properly but when I try to use it in htl I see in view as published the date is different than the aut...
Currently we are on classic UI and my clientlibs and other structures are under the etc folder. We are using the static template. We have initiated project to the upgrade the AEM from classic to touch UI, clientlibs under the ui.frontend package. Along with to this, we also wanted to upgrade to the ...
Hi,I am currently facing a requirement that involves the replacement of a smart object within an image utilizing Adobe Dynamic Media. To provide a concrete example, consider an image depicting a man standing against a backdrop of mountains, roads, and ground. I have images of shirts available in var...
hey guys,I started working on a existing codebase which has bunch of JS errors coming in console by default.when i started to tweak things around, the console still has same number of errors but this time I am not able to edit the components. any suggestions what could cause the authoring experience...
Hi, I am facing issue after running the validator script even after flexi mode available also i,e. opt-in available below is the error reportedbin/validator full -d out srcCloud manager validator 2.0.642024/01/22 19:28:43 The following errors were found in the httpd config: conf.d/available...
I want to track the user activities on the assets like updated, added rendtions, deleted etc.., any leads here please? version AEM 6.5 I dont want to use any analytics as such.
Hi, I'm trying to follow the AEM WKND sites tutorial, I successfully generate the project using archetypeVersion=35 and aemVersion="6.5.0", but after creating the Basic Components page, the page has no content and no component available. I'm using AEM 6.5 for my jar file. I also check my WKND Site P...
I know some of the indexes are OOTB from Adobe in cqPageLucene. I need to add additional index such as pageReplicationAction in cqPageLucene so I would like to see if the .content.xml would be correct like below: <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:oak="http://jackrabbit.apache.org...
Hi, Does anyone able to retrieve cq:lastReplicated in JSON output as String? I am using Query builder to retrieve query result. ValueMap properties = hit.getProperties() if (properties.get("cq:lastReplicated") != null) { LOGGER.info("Published Date" + properties.get("cq:lastReplicated").toString(...