Expand my Community achievements bar.

SOLVED

How we can implement button in assets toolbar ?

Avatar

Level 2

I need to implement the button in assets toolbar and button(URL ACTION) will be available only when i open the pdf  documents then only its become visible and after hitting the button  I am able to see pop-up box and inside pop-up box  i will generate the URL for the pdf based on selection pdf  so that author can able to copy the specific document URL

 

BELOW reference we able to see bottom URL button, but my case i need to get the in the toolbar and how can i achieve this and what properties i need to give for that button component and how can i implement this?

 

 

image-renditions2.png

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi,

 

For adding a button in assetdetails you need to overlay /libs/dam/gui/content/assetdetails/jcr:content/actions.

Here you can add the rendercondition nodes to define the condition when you want to display the button.

 

Thanks

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi,

 

For adding a button in assetdetails you need to overlay /libs/dam/gui/content/assetdetails/jcr:content/actions.

Here you can add the rendercondition nodes to define the condition when you want to display the button.

 

Thanks