outl1ne / nova-media-hub

This Laravel Nova package allows you to manage media and media fields.
MIT License
45 stars 22 forks source link

MediaHubField, defaultCollection not working #75

Closed murdercode closed 7 months ago

murdercode commented 8 months ago

Tested with 1.7.6, at the moment the attribute seems to be ignored (as specified in the README) I'll investigate as I can and if there is any bug I'll propose a PR ;)

            MediaHubField::make('Cover Image', 'cover_image_id')
                ->defaultCollection('default')
                ->help(__('The cover image of the article.')),
Tarpsvo commented 7 months ago

Heya! Version 1.8.0 fixes the defaultCollection functionality.