sanity-plugin-media icon indicating copy to clipboard operation
sanity-plugin-media copied to clipboard

Automatically set tag on upload

Open einarlove opened this issue 2 years ago • 1 comments

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.

einarlove avatar Nov 27 '23 13:11 einarlove

Is this library dead? I'm surprised this has received no response in 3 months, it's a great idea.

michaelmannucci avatar Feb 24 '24 17:02 michaelmannucci