We're upgrading to AEM 6.3 SP2, and we noticed something strange.The default value for textfield input fields we use in authoring dialogs is no longer displayed.We define our components like this: <exampleField jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/componen...
Hi ,I want to change AEM text editor to Ck Editor, editor used in the AEM communities components. How do i do it? Also, it is recommended to change to CKEditor?ThanksLotus Tech
Hi Folks,Has there anyone encounter this issue where in the package manager UI dialog (progress notification) does not close after installing a package successfully.We are using AEM 6.3 and we encounter this issue only after we install SP2.Appreciate if you can share your experience and how were you...
AEM version: 6.3.2.0 We are in the middle of making performance optimization on our site, as such we are deferring any and all JS scripts with `defer` attributes to prevent scripts from render-blocking. We are using contexthub so naturally, we see the following script:<script src="/etc/cloudsettings...
Is there way to listen to the Tag Move events? I could find there is one for Page move when we have event topic value as belowEventConstants.EVENT_TOPIC + "=com/day/cq/wcm/core/page"But i want to do something when tags are moved around namespaces.
Hi,I am facing a typical issue i have a component with multifield which has image and Rich text when we use this we are not able to see image working properly and is is working like a browse button. can any one help me to solve this issue, i tried many options but not working.please find the touch U...
Hi All,We moved to Touch UI recently and Our Author don't want to switch to Classic UI for Workflow Packages. They had ability to add page to workflow package from Sidekick. Now moving to Touch UI, Workflow Package UI is not present in Touch UI. In daycare ticket, this is not prioritized even for AE...
Hi,We are upgrading from AEM 6.0 to AEM 6.2 . I see that Unlock Payload Process in the custom workflow is throwing Null Pointer Exception in Dynamic Participant step.This custom workflow is triggered by a scheduler as below and the session object passed to create the workflow is obtained from se...
Hi,I'm trying to convert an AEM page (/content/myproject/en) to JSON. I had followed the below link and I could get the expected JSON:Converting AEM/Sling Resources to JSON - Adobe Experience Manager | AEM/CQ | Apache Sling However, from the following link I see that we can retrieve the HTML markup ...