As part of one of the requirements in our site, we need the published date of an asset to be present in the Publish environment. Is there a way to permanently disable ReplicationPropertiesFilterFactory?
In AEM 6.4 TouchUI environment, I am trying to create components where custom JavaScript will execute, create a <div> element inside the component, and then add a parsys to that created <div>.For example, I author a CustomContainer component on the page, and refresh. I have custom JavaScript code th...
Hi, I've developed a custom live action that executes on Rollout Page but not on Rollout page and all sub pages . In the code below, VersionNodesLiveAction.execute does not fire on Rollout page and all sub pages, but it does on Rollout Page. Is there something I'm missing?package com.test;import com...
Hi, I am working with sightly in a template that has a link to redirect to the parent page, I can access the path of the parent wit this: currentPage.parent.path, this give me the complete path of the parent.But also I need that with a extension .html in author environment (wcmmode enabled and disab...
Hello, I am facing a weird issue installing a dispatcher for an author instance. The configuration for the author is based in a previous installation that I know it works fine. Now back to this project, the dispatchers for the publish instances are working fine. They do have the same httpd version...
Hi guys !How can I adapt my WorkflowSession to a ResourceResolver ?I found this searching on google:@ReferenceResourceResolverFactory resourceResolverFactory;public void execute (WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) throws WorkflowException {Resource resolver ...
Hi All,I have an use case to read the jcr property of component A from the page and use that value in my service implementation and display the processed value on page when that component A is used on a page.Can I use the @Model(adaptables = { Resource.class}) to get the resource for reading the jc...
Hi All,How do I add an image selector or image picker to AEM 6.3 page properties?I have attached example page properties below.Thank you for your help.__________________________________________________________________<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.or...