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 ...
Hi All, We have customized workflow to publish the assets to scene7 by checking the required metadata properties in our project and hence we have disabled the scene7 components in the configuration to prevent the assets to be published automatically while uploading. But we are noticing that the vide...
Hi all,Trying to see if there is a way to create an asset via AssetManager and have that available on the publish instance. We need to run the service on publish as we're only getting the correct alternate language links in the publish instance and not on author. Would there potentially be a way to ...
Hi,We are in AEM as a cloud service. We pointed the maven to download from the private local client central repository by configuring the intranet repo url in the project pom for both custom id and the central id under the repositories tag. From the logs, we observed most of the modules download fro...