Expand my Community achievements bar.

SOLVED

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

Avatar

Level 7

Hi,

 

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

Ronnie09_0-1699011920792.png

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

3 Replies

Avatar

Community Advisor

@Ronnie09 

 

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


Aanchal Sikka

Avatar

Correct answer by
Community Advisor

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

Avatar

Administrator

@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