statikbe / laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.
MIT License
119 stars 19 forks source link

Add support for external media libraries #47

Open webbie opened 1 month ago

webbie commented 1 month ago

Can you add support for external media libraries, like https://filamentphp.com/plugins/ralphjsmit-media-library-manager? The main idea is to replace the upload button with the "Browse images", which opens the modal from the media library.

By the way, that media library added integration to the tiptop editor, as you can see here: https://filamentphp.com/plugins/ralphjsmit-media-library-manager#tiptap-editor-integration. So, it is possible to do the same way.

sten commented 1 month ago

@webbie That is possible, I think. I do not have a license for media library manager, but I will look for an alternative to test with. I will not promise on the time frame. If you have time, a PR is welcomed!