Hi Team,I was trying to use the WebP image for our AEM sites but seems It's not supported yet in AEM 6.5.Saw some blogs saying - We can use WebP via Dynamic Media Can someone from Adobe help me out - How can we use the WebP format in AEM 6.5 (On Prem) without Dynamic Media? Regards,Shardendu
Hello,Using workflows, is it possible to display an informative error message (such as a dialog) if certain conditions are met? My use case is that we are wanting to restrict upload to the DAM for select users and folders. I figured a Workflow would probably be the most efficient way to accomplish t...
Hi Team, I have added 2 responsivegrid component in html like below<sly data-sly-resource="${'par1' @ resourceType='wcm/foundation/components/responsivegrid', class='customClass1'}"></sly><sly data-sly-resource="${'par2' @ resourceType='wcm/foundation/components/responsivegrid',class="customClass2}"...
Hi, I don't need to know how to implement the handler, I just have a doubt about whether it is valid to implement a custom Authentication handler in AEMaaCS? Beyond the feasibility (technology-wise), is permitted by Adobe? or can be some security reasons why Adobe won't allow/recommend the usage of ...
Hi All, I have created a workflow model which move page from one location to another.Now I have to restrict this workflow for specific group. means only specific group can able to trigger the workflow not everyone like only peoples under project-author group can able to access then.1- need your gui...
Hi all,I updated my pom.xml with the latest aem-sdk version:<aem.sdk.api>2023.4.11873.20230421T153841Z-230200</aem.sdk.api>and my custom bundle does not start anymoreI am getting the following errors on system/console/bundles Imported Packagescom.adobe.aem.wcm.seo.sitemap,version=[1.1,2) from com.ad...
I am looking at below code to reuse on one of the component to export child nodes/components as json.@notnull @Override public Map<String, ? extends ComponentExporter> getExportedItems() { if (childModels == null) { childModels = getChildModels(request, ComponentExporter.class); } return...
Hi,is there any documentation in creating scrolling container, horizontal scroll where we can add any no of other component inside it let me know Thanks!
Hi Team,I have one requirement if someone is hitting the domain it should redirect to plp.html without showing the URL in the browser for redirection, I have added this rule RewriteRule ^/$ /content/whatsappsim/de/de/plp.html [PT,L]with this, I am able to redirect but I don't want to show the plp...