dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
262 stars 62 forks source link

[Feature Request] Let us easily add our own custom actions when clicking the 3 little dots #154

Open vesper8 opened 2 years ago

vesper8 commented 2 years ago

First of all, I love your package! Super useful! Thank you so much for making it.. love all the features.

Right now when you click the 3 little dots on the detail page, you get extra actions such as 'Copy url' and 'regenerate'

I'd love to be able to add my own custom actions here.

For example I'd like to add an action Yandex Reverse Image Search which would open a new tab with the link https://yandex.com/images/search?rpt=imageview&url=$url

Any chance you could add this feature please?

Many thanks!!