You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 owndefineMediaImageField
that types this correctly.The text was updated successfully, but these errors were encountered: