From 072fccd68451786520ab298273d2a666a9d7b5f5 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Wed, 13 Dec 2023 13:29:57 -0800 Subject: [PATCH] docs(import): add missing `allowFailingAssets` option to readme --- packages/@sanity/import/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/@sanity/import/README.md b/packages/@sanity/import/README.md index 7d305e544cc..0d92a12ba2a 100644 --- a/packages/@sanity/import/README.md +++ b/packages/@sanity/import/README.md @@ -61,6 +61,13 @@ const options = { */ allowAssetsInDifferentDataset: false, + /** + * Whether or not to allow failing assets due to download/upload errors. + * + * Optional, defaults to `false`. + */ + allowFailingAssets: false, + /** * Whether or not to replace any existing assets with the same hash. * Setting this to `true` will regenerate image metadata on the server,