Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically set tag on upload #200

Open
einarlove opened this issue Nov 27, 2023 · 1 comment
Open

Automatically set tag on upload #200

einarlove opened this issue Nov 27, 2023 · 1 comment

Comments

@einarlove
Copy link

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.

@michaelmannucci
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants