- Global Search : Class name must be a valid object or a string (#7)
- Fixed problem with file storing when Medialibrary is in Panel or Panels are before the field (#8)
- Pass an uploaded file to callbacks (df988bc)
- Undefined
registerMediaCollections
method is called on related resources (#10)
- Replace Panel with MergeValue (b6002ba)
- Possibility to customize the thumbnail title and show a short thumbnail description text
- Possibility to customize the thumbnail size
- Possibility to display labels
- Ignore MissingValue (f20bf3d)
- Possibility to crop images
- Possibility to customize URL of the download button
- Add Nova 2.4 support
Remove \DmitryBubyakin\NovaMedialibraryField\Resources\Media::class
from your NovaServiceProvider. Media is used by default.
TODO
- support create/edit views
- use existing media
- GeneratedConversions field (can be used only with media)
TODO
- thumbnailTitle -> title
- storeUsing, replaceUsing -> attachUsing
- rules is now applied to a media collection, attachRules is applied to media
TODO
- labels are not supported, let me know if they are needed
- imageMimes
- thumbnailSize
- bigThumbnails
- thumbnailDescription (try new
tooltip
method)