now for example the action items are hardcoded in the blade views:
|
{{-- Hover actions (shown when hovered) --}} |
etc...
But it would be nicer to allow for custom Actions. with the ability to add your own Actions. for example if you want to edit a particular filetype with a custom Action method. (for example load an external picture editor: Canva, Adobe Express, Pixlr, img.ly or pixelixe) etc.
now for example the action items are hardcoded in the blade views:
filemanager/resources/views/livewire/partials/embedded-file-card.blade.php
Line 93 in d1d7513
filemanager/resources/views/livewire/partials/embedded-file-list-item.blade.php
Line 86 in d1d7513
filemanager/resources/views/livewire/partials/sidebar-folder-tree.blade.php
Line 59 in d1d7513
etc...
But it would be nicer to allow for custom Actions. with the ability to add your own Actions. for example if you want to edit a particular filetype with a custom Action method. (for example load an external picture editor: Canva, Adobe Express, Pixlr, img.ly or pixelixe) etc.