We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d5902 commit aa1904cCopy full SHA for aa1904c
1 file changed
studio/schemaTypes/objects/heroImage.ts
@@ -6,6 +6,9 @@ export default defineType({
6
title: 'Image',
7
options: {
8
hotspot: true,
9
+ aiAssist: {
10
+ imageDescriptionField: 'alt',
11
+ },
12
},
13
fields: [
14
defineField({
@@ -15,10 +18,11 @@ export default defineType({
15
18
}),
16
19
17
20
name: 'alt',
- type: 'string',
21
+ type: 'text',
22
title: 'Alternative text',
23
description:
24
'Alternative (Alt) Text communicates the meaning of a non-decorative image relative to its document context. Leave blank for decorative images.',
25
+ rows: 2,
26
27
],
28
preview: {
0 commit comments