File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,32 @@ export default defineType({
288288 type : 'url' ,
289289 description : 'Direct URL to the short video (auto-populated from video asset)' ,
290290 } ) ,
291+ defineField ( {
292+ name : 'infographics' ,
293+ title : 'Infographics' ,
294+ type : 'array' ,
295+ description : 'Research infographics from NotebookLM — reusable for blog posts and video b-roll' ,
296+ of : [
297+ {
298+ type : 'image' ,
299+ options : { hotspot : true } ,
300+ fields : [
301+ defineField ( {
302+ name : 'alt' ,
303+ title : 'Alt Text' ,
304+ type : 'string' ,
305+ description : 'Describe the infographic for accessibility' ,
306+ } ) ,
307+ defineField ( {
308+ name : 'caption' ,
309+ title : 'Caption' ,
310+ type : 'string' ,
311+ description : 'Optional caption for display' ,
312+ } ) ,
313+ ] ,
314+ } ,
315+ ] ,
316+ } ) ,
291317 defineField ( {
292318 name : 'renderData' ,
293319 title : 'Render Data' ,
You can’t perform that action at this time.
0 commit comments