awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
278 stars 77 forks source link

add edit_media_action config & saveUploadedFileUsing #423

Closed hellokfk closed 3 months ago

hellokfk commented 3 months ago

In the Media action configuration file, while customization was possible for other actions, the 'edit media' action was not customizable. To address this, the edit_media_action configuration has been implemented. Additionally, to enable custom upload logic, the saveUploadedFileUsing method has been added.