I've been working in a template. So far, it only has containers and a title in the structure:Root containerMain containerTitleContainerI want to leave the possibility to the editor to add components in "Main container", in the same level as "Title" or "Container".But in Edit mode, the sidebar looks ...
Hi everyone,I'm working on a setup where my AEMaaCS author instance makes API calls to serviceA. However, the API for serviceA is restricted and can only be accessed by white-listed IP addresses. I need to figure out how to obtain the public IP address of my AEMaaCS author instances so that I can wh...
There are a number of properties that are not being rolled out from the language master page to the region/language version, even though the fields show that there is inheritance set. Specifically the Basic: Title, Tags, Page Title, Navigation Title, Subtitle and Description. Both when rolling out...
Specifically, the crop aspect ratios are not overriding the default image crop aspect ratios. My cq:editConfig <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1...
HelloIn one of our functionalities, we use a servlet that recovers the information of some content fragments in the project, however our client is asking us to dismiss content fragments that exist but are not published. To achieve this, we have tried a few things, this being the most promising from ...
In aem 6.5 , <a href="${item.path}.html" > was working perfectly. But in cloud publisher environment, ${item.path}.html or ${item.path @ extension = 'html'} none of them are working. We get the whole url but the page extension .html is not adding. We have added etc/map in our codebase. How can I ge...
I have uploaded video within the dam. i have to calculate video duration for that one ..unable to see duration fields inside props but able to see xmpDM:value and xmpDM:scale with the help of that props how we can calculate exact video duration in hours, minutes and seconds
Hi TeamI have added a tooltip when I mouseover on the dropdown using the below code<coral-tooltip placement="left" target=".cq-dam-searchContextDropdown">This is a tooltip</coral-tooltip>Similar tooltip I need to add at the Filter buttonplease help me solve the requirement
We have a requirement to create header using tabs component. We have added this tab component in Header.html file using below code: <header> <sly data-sly-resource="${ @path = header, resourceType = '/apps/abc/components/content/tabs', wcmmode=mode}"></sly></header> In the pages, we are not able ...