Hello Everyone, Wanted to check, whether anyone used SCD(Sling Content Distribution) feature in multiple publisher environments? What are pros and cons of using the SCD? In my case, from one of the publish environment, I need to pass the access token to remaining publish environments. Obviously, I n...
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...