Hi there,I've created a Docker Image by following the technical support instructions provided on Adobe's website. This image is built using CentOS 7, Oracle JRE official, and is available for you to test at https://hub.docker.com/r/pawangonnakuti/aem-author and https://hub.docker.com/r/pawangonnaku...
We are using AEM 6.3 We wanted to integrate S3 bucket with 2 AEM instances and share Assets across both the instances.But that is not working for us.Steps:1. Added configuration in one AEM author instance.2. Logs ensured that data store synced with S33. Tried to retrieve one image, logs showed the i...
I am triggering one workflow from main workflow using container step. The child workflow comes to an end but the main workflow is still running. What is the procedure to complete the container step and move to the next step?
Hi,I am working on a project that needs to write the async or defer attributes to the JS import.Basically, the resulting HTML should be something like this:<link rel="stylesheet" href="/etc/clientlibs/my-site/all.css" async>Notice the "async" word/attribute in the end of link tag above. It should be...
Hello Team,I am trying to run a curl command for copying a document from on location in DAM to another location on AEM server.$ curl -u admin:admin -F cmd=copyPage -F destParentPath=/content/dam/we-retail/en/activities/climbing -F srcPath=/content/dam/we-retail/en/activities/biking/cycling_2.jpg htt...
Dear forum,I'd like to implement autocomplete functionality on a few textboxes fields using a values from remote datasource ( BackEnd Java Service ). Are there examples about a such argument ?Furthermore, is it better to implement datasource service via OSGi ( deploying it on AEM publish instance ) ...
I recently joined an AEM project that uses Bootstrap Grid for the site layout. Custom components have been developed to control/author nearly every aspect of the bootstrap grid elements. Authors can place a container on the page, rows in that container, and columns in those rows. It is a mess of nes...
Hi all,I have a strange issue with the text component (core/wcm/components/text/v1/text) and a link to an internal page. When I add a link to the internal content, the host name is added to the link and saved in the repository, obviously causing a problem when publishing the page, since the link poi...