We migrated our assets from another system. Some file extension are not formatted correctly, like "filename.jpg (1)". AEM couldn't figured out mime type, so DAM Update Asset workflow couldn't generate renditions. I tried to add mime type manually via Assets API but I'm getting "Forbidden" error. Any...
cq:allowedTemplates: "/conf/acme/settings/wcm/templates/(?!page-).*" When I create a new page I see all templates in Touch UI. Classic UI works fine. How can I fix Touch UI?
Hello All,I am getting below error while getting Access Token from my CTT tool where I am connecting to my cloud AEM instance. Any information would really helpful. Below are the screenshots.@Jörg_Hoh @arunpatidar @vanegi Reference documentation: https://experienceleague.adobe.com/docs/experience-ma...
I have created a project using the aem-project-archetype-aem-project-archetype-27. I've added a package to the core module at com.myproject.core.workflows. When I check the bundle, it is marked as a private package. How do I add new packages to the default list of packages and have them published as...
Hi all,We need a new component to filter posts, based on type and subtype. Have no idea where to start from. Do you have any idea, or any example? Any information would help. Thanks!
Hello, I was wondering if there is a tool to transfer large content & assets from one environment to another for example between prod and stage or between prod and dev environments ? As per my understanding the content transfer tool is only valid to move existing content over from a source AEM in...
We have a requirement to Overlay the OOTB Tabs component to use inplace editing for its Title field.But the Tabs component is a multifield and the title is stored as item_{random}/cq:panelTitle. We tried to configure the cq:inplaceEditing with editorType as hybrid but in the config node we need to s...
Hi, I have developed one component, Used clientlib library to load the JavaScript inside the component. This below code is used in component HTL.<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"/><sly data-sly-call="${clientlib.js @ categories='project.componentname'}"/> ...
Hi All,We are accessing a SOAP service to display the xml response using AEM component. Our service is working fine and we are getting response in our Local AEM instance (AEM 6.5).But, when we are deploying same packages and bundles in our DEV environment (AEM 6.5) we are getting error while adding ...
Hi, I want to override one of the acs-commons component eg from {apps/acs-commons/content/component/component-name} to {apps/project-folder/components} This acs-commons component is extending another core component. My questions arecan I override acs-commons component ?