Sanity
Adding Shopstory field to a content type
defineField({
name: "field_name",
type: "shopstory",
}),Built-in resource types
sanity.document
sanity.document{
prop: "section",
type: "resource",
label: "Sanity Section",
resourceType: "sanity.document",
params: {
documentType: [
"block_banner",
"block_twoColumns",
"block_productsGrid",
],
},
}sanity.image
sanity.imagesanity.file
sanity.fileLast updated