-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Is your feature request related to a problem? Please describe.
I'd like to use this functionality in a bit more flexible way. Instead of using it for "tags", I want to use it to describe a document in a certain way. For example I want to describe my document with "Regions". However it seems that the autocomplete list only works if my field is named "tags".
Describe the solution you'd like
I'd like the plugin to use the "name" property of the field instead of relying on a hardcoded "tags" name.
Describe alternatives you've considered
I can continue using the plugin with the name "tags" but it messes up with the rest of the schema.
Additional context
Allowing the use of different name than "tags" would allow multiple fields of type "tags" on the same document.