We are on AEM 6.5 and using acs commons package - 5.4.0.
We are able to OOTB features of CCVAR i.e.
page_propertiesinherited_page_properties
But we want to use custom properties with custom prefix(Read a configuration/component and get values from it instead of using page properties). Tried to exte...
Hi all,
My goal is to create a tool in AEM, but I want the layout/design to be identical to what Adobe is using in Cloud Manager, so is there a method to include the Adobe React Spectrum library into AEM project?
Currently using coral layout, but it is old and outdated.
Thanks.
Seeing this issue across both development and stage on our AEM 6.5.12.0 instances, while working in Touch UI over this last week: "The issue is that periodically ALL components will have their edit options removed, just leaving the Insert and Group options." (Same issues as this thread and this thre...
Hi,
We are trying to expose Assets HTTP API to external applications via oauth. For AEM as a cloud service, the steps to create service credentials and authorization with IMS using JWT are clearly documented. But for AEM 6.5 on AMS, the steps to get the access token to authorize the third party is...
Hello Community,
we're testing new Service Pack 15 for AEM 6.5 and I think we've ran into an issue.
On a regular sandbox instance with no custom code deployed and 6.5.15 serivce pack installed on top of 6.5.11, when I attempt to create a language copy of a page under We Retail project, as a resu...
Hi Team,
We have a CSV having list of assets to be deleted from instance and the list is in bulk [100+ assets path]
Removal of bulk assets will be one time activity, so what could be the best optimized approach?
eg :
Path
/content/dam/test/test-a/image.png
/content/dam/test/test-a/test-image.j...
I am using Core Form Container to build a Simple form which needs to post some data to a servlet, . On clicking the Submit button, I could see that my servlet is not getting called and can't see any error in the Network tab in chrome. Not sure what we are missing here. Could you please help us on ho...
Is there any documentation for creating a nested AEM React SPA Component? For example, if you want to create a Component A which has Component B as a fixed component. I have a requirement where I want to render component B by Configuring component A.