Hi @EstebanBustamante we have a similar requirement to add a tool-tip to search button #custom-search {
position: relative;
cursor: pointer;
}
#custom-search::after {
content: "This is a tooltip text"; /* Tooltip text */
visibility: hidden;
width: 120px;
background-color: #...
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
Hi Team,I want to add few more tabs to the existing navigation items. Which node I need to overlay and how to do it?Please help me solve the requirement.
Hi @samsundar23 can you please elaborate what have you done, we have a similar kind of requirement in AEMAACS where we need to update asset_processing_on_sdk Workflow, and the sync is not happeningThanks
Hi @arunpatidar I have a similar requirement where I want to remove the thumbnail renditions from asset_processing_on_sdk WF but this I need to deploy the changes using the codeits updating in the /conf location but not sync in the /varAfter I add below filter still the /var location is not updating...
Hi,We have a requirement to select default folder field from the dropdown after selecting a particular path in AEMAACS.let's say we select the path as "/content/dam/exampleA" for this path in dropdown folder field needs to be selected as default.Is there any way that can be done using the OOTB funct...