Highlights
File asset source support
You can now use the plugin when selecting assets via file
fields!
Simply add the following to your parts
array in your studio sanity.json
. (Sanity 2.16.x+)
{
"implements": "part:@sanity/form-builder/input/file/asset-sources",
"path": "./parts/assetSources.js"
},
More information on custom asset sources
Notable bugfixes
- Fixes an issue with large numbers of tags (1000+) causing severe performance issues
- Fixes various dialog scroll overflow issues on smaller breakpoints