Hi,We have a requirement where if a user clicks on an asset and then presses the browser back button, the scroll bar should not go to the top but should remain at the asset that was clicked earlier.This functionality is crucial for maintaining a seamless user experience, as it prevents users from lo...
Hi @PRATHYUSHA_VP Adobe team has suggested to go with below approach:Define the custom-client libs under /apps/project/custom-clientlibsadd the a custom category ex:example.clientlib in the .content.xmlInclude the Client Library in Your Page:In your page component, include the client library categor...
Thanks for your reply @PRATHYUSHA_VP If I add coralui3 category in custom client-libs under ex: /apps/project/custom-clientlibs.below code will work fine correct?#custom-search {
position: relative;
cursor: pointer;
}
#custom-search::after {
content: "This is a tooltip text"; /* Toolti...
Hi @Dipti_Chauhan Thank you for your replyActually, the search implementation is different for local-sdk and cloud-environmentIn local-sdk it implemented using coral class and in dev its implemented using react-spectrum.And In dev environment it does not have a tooltip but in local environment it ha...
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...