Hi, We have several sites already deployed on the server but we have a need to add AMP (accelerated mobile pages) code inside Adobe AEM 6.5. We have several doubts on how to implement AMP code, if we would have to reimplement the components and templates. if anyone can give me example or video to re...
Hi ,I am able to get the PDF file path as /content/dam/folder1/folder2/pdf.pdf, not I want to read the pdf data and convert it into the byteArray. I am not able to read the PDF file from DAM asset as we read it simple from local system. kindly revert. Thank You
I have experience Fragment Footer/master.There is a tag field (cq:tags) available on both Footer and Master. I have authored on Footer but not on master Now if I try to run a workflow on master and try to fetch cq:tags using InheritanceValueMap I am not able to fetch from Footer properties. Inherita...
Hello Community, I have a specific question to a use-case our content-managers have:- is it somehow possible to see the rendered page in "view as published" mode while the on-time for the page is set? They would like to preview the result somehow without removing the on-time as this could lead to po...
Hello All,I have added smart tag step to the OOTB Update asset workflow. Now , how do i check in this code into codebase. I mean what are all the places i need to add /conf and /var ?
Hello Experts, I m planning to develop a content recommendations component. My requirement is to customize the existing component so that it populates recommendation article cards using the tags property associated with the page's properties.Appreciate if I get any guidance on how.
Hello Team,The below code works fine which displays two records .<div data-sly-list="${myModel.dummyObj @ begin = 0, end = 1}"> <a href="${item.pageURL}">${item.pageTitle}</a></div> but this code is not working to display one record<div data-sly-list="${myModel.dummyObj @ begin = 0, e...
Hello All, I have a question related to bundle resolution. Consider we have 10 different AEM projects which has the core module present in all the projects which needs to be installed in the AEM instance via CI/CD pipeline. There are some core modules let’s say core module 1, 3 & 5 are the primary m...