This question might be slightly confusing but here we go. In this questions we have two components. The first component is a container component consisting of a single column, single row table with a parsys in the cell and optional headers, hereinafter referred to as Container Component.The second c...
I am referencing this document http://adobedocsdiff.headwire.com/sitediff/serve/2015-01-29/data/docs/en/aem/6-0/deploy/recommended-deploys.html for Oak Cluster with Sharded MongoDB.Let me ask few questions.Question1. Can we have Router/Mongos and one of MongoDB Primary Server on Same box where AEM ...
Hi everyone,we have two special components in an OSGi Bundle. One should only run on the author instance and the other only on publish. Does anyone of you know how to disable each component on author/publish while activating the bundle?We've tried this so far:private static final String AUTHOR_RUN_M...
Hello everybody,I wanted to run something by a larger audience in regards to AEM 6. Still new to AEM and in the initial stages of research. Currently I'm looking into how to deploy work done on components. The setup I'm running is sightly with java-use to java for component logic. From that, I want ...
my website don't have alt tags for any image, uploaded using AEM. There are around 30000 images in my website. Is there any way that i can update alt tag for all images by uploading any file/csv which contains the list of alt text? Manual update will take lots of time to complete.please suggest.
I want to access one sightly variable in another sightly object .Eg :i have one sightly variable ${temp} which is an integerI want to use the above variable in sightly array variables ${variable.arrayObj[${temp}]}Is there any i can access ${temp} with the array object ?
Hi ,we are encountering an issue when we are building one project .The issue is when we run Maven Build through Jenkin it was expected to deploy to Author and publish environments.This is to build to multiple environments and we have 4 environments when we try to run the build it successfully upload...
Hi All,I am currently working on AEM SP2 with JDK8 & trying to build a Handlebar Script Engine in AEM. For the Handlebar Compilation & processing we were loading the Nashorn Script Engine inside AEM & the Nashorn will be used to evaluate handlebars.js & other processing. I am loading the Nashorn en...
Hi,I have a component (say a carousel) to build. This Carousel can have (for example) 'n' number of images (1 for mobile and 1 for desktop) and each image/slide has rich text separate for mobile version and desktop version, links etc.. This makes it difficult to author everything in dialog.So, I wou...