How to set meta alt+title with SpatieMediaLibraryFileUpload field?
I want to use Spatie "custom properties" and somehow enable editing these values for each uploaded photo in a gallery.
Option 1 - was thinking override the form field and extend
Option 2 - might be a way to use the
Option 3 - could use Ralph's media library pro which enables setting meta, but I like the way the FileUpload field works better.
Any other options or ideas? Thanks for any help.
Option 1 - was thinking override the form field and extend
fileUploadFormComponent to add canSetMeta and somehow open a modal/side panel with 2 text inputs for both image alt and image title. Problem is I'm not sure how to override the components/file-upload.js file.Option 2 - might be a way to use the
Repeater field to list all uploaded photos with fields for image alt + title in a 3 column grid. Converting the data around seems like it would be clunky though.Option 3 - could use Ralph's media library pro which enables setting meta, but I like the way the FileUpload field works better.
Any other options or ideas? Thanks for any help.