Hi,I am trying to re-size the Teaser component but I'm not able to do it. For reference please find the below screenshot. Please suggest. Thank you,Nitin.
When uploading a new asset why is AEM 6.5 creating a default web rendition(1000*1000) when dam update asset workflow is updated( to not have any web renditions(removed the default 1280 too))
Hello, I am trying to redirect to .html page from servlet - String cased = "abcd4444";response.sendRedirect(redirect_URL); I need to pass the caseId parameter to redirect url from servlet and show it on the page. What is the best way to achieve it ? Is it possible via sling Model ?
Hi, I know to read design dialog values through for example: ${currentStyle.titleType} But how do you read design dialog data stored as separate nodes below component policy node. I have a multi field values stored as item nodes below component policy node. I am trying to read it using data sly li...
I am using ACS AEM Commons report builder and specifically have references column. I am running it on DAM root folder which has around 2000 assets. I am getting an exception of too many calls per request. To fix this, I had to increase the number to 15000 in org.apache.sling.engine.impl.SlingMainSer...
Hello Community - I am looking to implement ACS AEM Environment Indicator in AEM 6.5. Not able to locate the bundle to install. Can someone provide the bundle to implement this feature ? https://adobe-consulting-services.github.io/acs-aem-commons/features/environment-indicator/index.html
I'm creating a new content report in ACS AEM commons and I'd like to utilize the "Report Select Parameter Dynamically by Query" component. Specifically I'd like to query all the content authors under " /home/users" and display their name in the dropdown with their rep:authorizableId as the option va...
Even though the Multi Resource Support is activated for the workflow, once I select multiple assets from the dam and trigger the workflow it launches n instances OR it throws an alert if selected assets exceed 15. How to enable multi resource support for DAM asset or entire asset folder ? Or is ther...
Hi, I am pre-populating the multifield values in the dialog using listeners in classic ui. But when i drag and drop the component in the page, those values are not getting displayed. But when i open the dialog and click 'OK', then the values are getting displayed. So what i need to do so that values...
Hi All, We have migrated from classic UI to touch UI. In one of our component, we have added regex validation on pathfield as below in classic UI. <fieldConfig jcr:primaryType="nt:unstructured" regex="/^(.*)\.pdf$/" xtype="pathfield"/>Any one know how I can get the regex added t...