Skip to content

Commit

Permalink
docs(import): add missing allowFailingAssets option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 13, 2023
1 parent d0a43f6 commit 072fccd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/@sanity/import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

2 comments on commit 072fccd

@vercel
Copy link

@vercel vercel bot commented on 072fccd Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 072fccd Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.