rosnovsky / sanity-plugin-autocomplete-tags

Creatable autocomplete tag dropdown input fields for Sanity Studio 🤓
MIT License
24 stars 7 forks source link

Closes #18 #29

Closed rosnovsky closed 2 years ago

rosnovsky commented 2 years ago

A new slug option was added. It's backward and forward compatible.

{
  name: 'tags',
  title: 'Tags',
  type: 'tags',
  options: {
   ...
    // Turns tag values into lower case slugs. Labels remain unchanged. Defaults to false. 
    // Tags created after enabling this option will remain slugified after you disable it.
    slug: true,
  }
}