In my application, I’m using the strapi-plugin-tagsinput
plugin, and I’d like the fields created by this plugin to be translatable as well.
Currently, the SUPPORTED_CUSTOM_FIELD_PLUGINS list is static. Would it be possible to include this plugin in that list, or alternatively make it configurable so that users have more control over which custom fields can be exported or translated?
Thanks!