@@ -478,11 +478,12 @@ export const getBlockImageData = (props?: Record<string, any>) => {
478
478
...props ,
479
479
480
480
asset : '' ,
481
+ alt : 'A Fake Image' ,
482
+
481
483
caption : 'An Image Block' ,
482
484
attribution : 'Distribute Aid' ,
483
485
dateUploaded : new Date ( 2020 , 9 , 8 ) ,
484
486
date : new Date ( 2020 , 9 , 8 ) ,
485
- altText : 'A Fake Image' ,
486
487
tags : [ 'a tag' ] ,
487
488
488
489
alignmentPhoto : 'Left' ,
@@ -498,12 +499,14 @@ export const getBlockImageNodeInput = (props?: Record<string, any>) => {
498
499
parent : 'parent-id' ,
499
500
children : [ ] ,
500
501
501
- asset : '' ,
502
+ relativePath : '' ,
503
+ alt : 'A Fake Image' ,
504
+ image : undefined ,
505
+
502
506
caption : 'An Image Block' ,
503
507
attribution : 'Distribute Aid' ,
504
508
dateUploaded : new Date ( 2020 , 9 , 8 ) ,
505
509
date : new Date ( 2020 , 9 , 8 ) ,
506
- altText : 'A Fake Image' ,
507
510
tags : [ 'a tag' ] ,
508
511
509
512
alignmentPhoto : 'Left' ,
@@ -526,12 +529,15 @@ export const getBlockImageNode = (props?: Record<string, any>) => {
526
529
parent : 'parent-id' ,
527
530
children : [ ] ,
528
531
532
+ relativePath : '' ,
533
+ alt : 'A Fake Image' ,
534
+ image : undefined ,
535
+
529
536
asset : '' ,
530
537
caption : 'An Image Block' ,
531
538
attribution : 'Distribute Aid' ,
532
539
dateUploaded : new Date ( 2020 , 9 , 8 ) ,
533
540
date : new Date ( 2020 , 9 , 8 ) ,
534
- altText : 'A Fake Image' ,
535
541
tags : [ 'a tag' ] ,
536
542
537
543
alignmentPhoto : 'Left' ,
0 commit comments