Good morning,I am looking for a component in the AEM tool that can help me achieve this. Unfortunately, I haven't found anything like this so far.It should have 4 columns - with a different image on the left side in each column.How can I implement this?Thank you!
Good morning,Is there a comprehensive list of all available components in Adobe Experience Manager (AEM)? Additionally, it would be helpful to learn how to use these components, especially how to populate them with content.Thank you!
we have to forbidden certain url based on condition.for example if url contains /us/en/xyz/and doesnot have query param view=true we have to forbidden the url.RewriteCond %{QUERY_STRING} !view=trueRewriteCond %{REQUEST_URI} ^.*/us/en/xyz/.*RewriteRule .* - [F]but this is not working.Can you please s...
Hi All, we are trying to set up a pipeline on cloud manager to deploy code on stage and production. But it is failing everytime at frontend module. Though it is compiling perfectly on local. I am sharing the error snippet below Any help is appreciated
Hello Support, We need to implement functionality in which user can add specific date for run workflow on specific date and time. Can you please guide us how we can implement and add date field with workflow popup. Thanks & Regards,Bhanu Periwal
In an html file I can see a code like below.{{@root.group.name}} - {{add.cityCode}}I believe that 'add' is an object . But I cannot see a statament like data-sly-use.add=//some class name in the htl file. There is only a single occurrence of 'add' in the file. Could you please tell me how is it poss...
Hi All,I need to use aem debug feature for testing purposeI need to see how the java code is invoked in response to the changes in UI side, say a mouseclick.I need to know how a particular htl class gets a value.
Hi ,I have a requirement to move production assets to dev environment. Because some pages were directly added to the prod environment. How can we do that. At present our dev and prod are out of sync, with prod environment far ahead of dev. What can we do to sync dev env with prod?