sanity-io / sanity-plugin-media

Asset management plugin for Sanity
MIT License
160 stars 51 forks source link

“Media Tag” Appearing in Content Schema Menu Without Explicit Inclusion #231

Open mkona opened 1 month ago

mkona commented 1 month ago

Description of the Issue: After installing the sanity-plugin-media plugin, an item labeled “Media Tag” automatically appears at the top of the main content schema menu. This occurs despite the fact that the media.tag schema is not explicitly listed in the schema types configuration (schemaTypes).

Expected Behavior: There should be a clear way to exclude or remove the “Media Tag” from the content schema menu if it’s not needed. If the media.tag schema is auto-included, there should be a configuration option within the plugin to disable it and / or reorder it.

image