@sanity/cli 3.70.1-export-comments.45 → 3.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/_chunks-cjs/cli.js
CHANGED
@@ -52244,11 +52244,11 @@ export const postType = defineType({
|
|
52244
52244
|
hotspot: true,
|
52245
52245
|
},
|
52246
52246
|
fields: [
|
52247
|
-
{
|
52247
|
+
defineField({
|
52248
52248
|
name: 'alt',
|
52249
52249
|
type: 'string',
|
52250
52250
|
title: 'Alternative text',
|
52251
|
-
}
|
52251
|
+
})
|
52252
52252
|
]
|
52253
52253
|
}),
|
52254
52254
|
defineField({
|