sanity-plugin-media
sanity-plugin-media copied to clipboard
Automatically set tag on upload
Is your feature request related to a problem? Please describe. It would be nice if we could automatically add tags on specific fields. This would make the media library more organised, as people don't tag properly or get a prompt to tag on upload.
Describe the solution you'd like
{
type: 'image',
name: 'employeePortrait',
options: {
hotspot: true,
+ mediaTags: ['employee']
}
}
defineField does not accept this option, but we could provide our own defineMediaImageField that types this correctly.
Is this library dead? I'm surprised this has received no response in 3 months, it's a great idea.