@@ -101,7 +101,7 @@ export const trails: [
101101 } ,
102102 dataLinkName : 'news | group-0 | card-@2' ,
103103 mainMedia : {
104- type : 'Video ' ,
104+ type : 'YoutubeVideo ' ,
105105 id : 'abcdef' ,
106106 videoId : 'abcd' ,
107107 title : 'some title' ,
@@ -316,7 +316,7 @@ export const trails: [
316316 headline : 'How plastics are invading our brain cells – video' ,
317317 dataLinkName : 'media | group-0 | card-@11' ,
318318 mainMedia : {
319- type : 'Video ' ,
319+ type : 'YoutubeVideo ' ,
320320 id : '966acc06-a238-4d5f-b477-816eec0476f3' ,
321321 videoId : '4JUvvbpx2So' ,
322322 duration : 322 ,
@@ -408,7 +408,7 @@ export const trails: [
408408 dataLinkName : 'news | group-0 | card-@18' ,
409409 supportingContent : getSublinks ( 3 ) ,
410410 mainMedia : {
411- type : 'Video ' ,
411+ type : 'YoutubeVideo ' ,
412412 id : 'abcdef' ,
413413 videoId : 'abcd' ,
414414 title : 'some title' ,
@@ -560,7 +560,7 @@ export const videoTrails: [DCRFrontCard, DCRFrontCard] = [
560560 "Amorim said the team proved by the victory against City that they 'can leave anyone outside the squad and manage to win'" ,
561561 webPublicationDate : '2024-12-16T15:21:02.000Z' ,
562562 mainMedia : {
563- type : 'Video ' ,
563+ type : 'YoutubeVideo ' ,
564564 id : 'fa2ee832-c5e7-4305-8387-f0277d2d9e27' ,
565565 videoId : '9kIN--VV2LQ' ,
566566 duration : 117 ,
@@ -587,7 +587,7 @@ export const videoTrails: [DCRFrontCard, DCRFrontCard] = [
587587 'News Group Newspapers offered Harry ‘full and unequivocal apology’ for ‘serious intrusion’ by the paper' ,
588588 webPublicationDate : '2025-01-22T18:51:14.000Z' ,
589589 mainMedia : {
590- type : 'Video ' ,
590+ type : 'YoutubeVideo ' ,
591591 id : '03ac0c90-3a66-448c-8562-b66a9ca9360e' ,
592592 videoId : '_2wsSKq6yAk' ,
593593 duration : 71 ,
@@ -655,7 +655,8 @@ export const loopVideoCard: DCRFrontCard = {
655655 headline : 'Headline for looping video card' ,
656656 trailText : 'Trail text for looping video card' ,
657657 mainMedia : {
658- type : 'LoopVideo' ,
658+ type : 'SelfHostedVideo' ,
659+ videoStyle : 'Loop' ,
659660 atomId : '3cb22b60-2c3f-48d6-8bce-38c956907cce' ,
660661 sources : [
661662 {
0 commit comments