In AEM Cloud instance we have share link button how to customize that | Community
Skip to main content
New Participant
November 3, 2023
Solved

In AEM Cloud instance we have share link button how to customize that

  • November 3, 2023
  • 3 replies
  • 725 views

Hi,

 

In AEM Cloud we have share link option in content dam, I want to customize its functionality how can it be done.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShaileshBassi

Hi @ronnie09 In that case you need to identify the clientlibs which is getting called. Post that you can write your own logic on top of it.

But you need to take care that the events which are created are not overlapping with each other otherwise the end behaviour will be quite wierd.

e.g. the js logic related to actions could be found at location /libs/dam/gui/coral/components/admin/clientlibs/actions

Hope this helps!

Thanks

3 replies

kautuk_sahni
Employee
November 6, 2023

@ronnie09 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
ShaileshBassi
ShaileshBassiAccepted solution
New Participant
November 6, 2023

Hi @ronnie09 In that case you need to identify the clientlibs which is getting called. Post that you can write your own logic on top of it.

But you need to take care that the events which are created are not overlapping with each other otherwise the end behaviour will be quite wierd.

e.g. the js logic related to actions could be found at location /libs/dam/gui/coral/components/admin/clientlibs/actions

Hope this helps!

Thanks

aanchal-sikka
New Participant
November 3, 2023

@ronnie09 

 

Requesting you to please elaborate, what customization are we talking about?

Aanchal Sikka