Adobe Experience Manager Help | Injecting Images into Experience Manager Granite/Coral Select Fields I have followed the above link in 6.3 AEM but not working any idea why the js not loading into the dialog to display the image in the drop-down.
When we have parameters in the url, we can use request.requestParameterMap[value] ....It was working fine in 6.1 but in 6.3 after CFP1 installation ,its working only when the url has parameter else its throwing an error "org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache....
I have created component with out of the box multifield in touch ui. Value is persisting in content node but dialog failed to retrieve it.Any pointers will be appreciated. <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.co...
Hi Folks,We are using AEM 6.2. We have enabled Communities and available only for the logged in users (members). The members profile data is stored in Salesforce. When I see Communities dashboard, groups or social activities, it displays User name, Avatar, email etc from Communities profiles. Is the...
Trivial and possibly stupid question but I just have a mind fog on that topic:Is there any way to check-in node in terms of creating a version of mix:versionable node in CRX/DE? I clicked literally everywhere to find that option in UI but found absolutely nothing.
What is the Granite Event that i need to cusomize/override if i need a event that needs to be fired on image drag and dropped in touch ui dialog authoring.?Any pointers or example tutorials?~~Var
Hi All,I am trying to unit test an AEM component bean using JUnit 4.The component bean extends AbstractSightlyComponentBean and it calls this.getWcmMode().isDisabled().When unit testing, this.getWcmMode() is returning null.Does anyone know how I can set or mock WCM Mode within JUnit 4 testing enviro...
Hi ,I am trying to copy and paste components in author edit mode , but i am not always getting the paste option. The behavior is not consistent. Is there any such existing issue with AEM 6.2. Please do let me know.
We need to allow our users to have source html tags in rich text editor. currently even if the user adds <a href="www.google.com">Click here</a>, the xssprotection file strips off the href attribute.We do not want to keep on adding each tag and it's attribute to the xssprotection file to allow users...