我正试图在一个数组中的每个图像上添加一个字符串对象,但是我没有成功,尽管我的解决方案对我来说很有意义:
{
name: 'images',
title: 'Images',
type: 'array',
of: [
{
name: 'image',
type: 'image',
title: 'Image',
options: {
hotspot: true,
},
fields: [
{
name: 'alt',
type: 'string',
title: 'Alternative text',
},
],
},
],
},
sanity studio中显示的所有内容都是上传图像的字段,有人能帮我解决这里的问题吗?
1条答案
按热度按时间dtcbnfnu1#
使用对象类型: