Hello Community,I am using AEM 6.2 (no service packs). Components and the interface used are all Touch-UI.I have a use case wherein I have an image component (based on adaptiveimage) and i drag and drop and image onto it. When I move the image I had used in my component in DAM from 1 location to ano...
Hello Community,I am using AEM 6.2I would like to add .EXE file to DAM thereby allowing end users to download that .EXE file via dam URL. But, according to AEM support document:https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/assets-formats.htmlThe .EXE file format is not supported b...
Let me explain more clearly:Suppose I add an image component in my parsys: I would want to have custom CSS class on my image component. Similarly, when I add list component on the same parsys, I would like to have the same custom CSS class on the list component added.
Hello,AEM 6.*I have a parsys within which I can add some components. Now, I would like to add CSS classes to all the added components of the parsys.I have tried:<div class="customCSSClass" data-sly-resource="${'marginCol' @ resourceType='wcm/foundation/components/parsys'}"></div>But, this statement ...
Hello,AEM Version: 6.1I have a simple SlingServlet which returns a string on /GET at path /bin/getstringThis AEM is hosted at, for example, http://custom-host.com:4502Now, an external frontend application is not been able to sent GET requests to this service and looking at the network logs, I receiv...
What are best practices to automatically (regular intervals) synchronize the full JCR state (content, components, ...) from (running) production system to developer/testing machines for testing and debugging?Assume compiled Java stuff is matching on both systems. AEM Version 6.1 and above.
Hello,Thank you for your reply.Please note that I have followed the steps mentioned on that blog. I am using AEM 6.0 (no service pack installed).The way my "pathbrowser" widget is showing up in Touch-UI Dialog is like a "TeextField". I am unable to browser anything in the content repository.Please f...
Hello,I am currently working on AEM 6.0 and require to generate Touch-UI based dialogs for my components.I understand there is also a dialog conversion tool which converts classic UI dialogs into Touc-UI dialogs.https://docs.adobe.com/docs/en/aem/6-0/develop/dev-tools/dialog-conversion.htmlWe have b...