sanity-io / sanity-plugin-media

Asset management plugin for Sanity
MIT License
153 stars 52 forks source link

Feature Suggestion: Add `source` field #49

Open dvmonroe opened 3 years ago

dvmonroe commented 3 years ago

Source is incredibly important in media. There are legal ramifications if editors aren't correctly adding a source to their assets.

It would be awesome if the dialog/modal was either customizable (without having to fork this plugin) or if being able to add a source came out of the box with this plugin.

Ideally source would be portable text due to the fact that a source might require a link or as is directed by the MLA - some sources should be italicized.

Thanks for considering Rob

ppo commented 2 years ago

I was willing to suggest something similar to be able to store the Photo by [Name] on [Site] credit from stock photography sites like Unsplash, Pexels…

And be able to easily access that information (I'm just discovering Sanity).

maxstoyanov commented 1 year ago

I would call the field “copyright” since it is exactly that. I know that we could use the EXIF metadata to store this info and use the Asset Pipeline to extract it. Maybe we could prepopulate this field from EXIF data if it exists. But adding the field in the first place is paramount to me.

@robinpyon How do we go about adding this field?

It appears to me that this is a low-hanging fruit. Are you looking for a PR, or are you simply surveying the popularity of this request?

What's the next step in resolving this issue?