File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
dotcom-rendering/src/types Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -411,22 +411,6 @@ export interface ListBlockElement {
411411 elementId : string ;
412412}
413413
414- // interface LoopVideoInArticleElement {
415- // _type: 'model.dotcomrendering.pageElements.MediaAtomBlockElement';
416- // elementId: string;
417- // id: string;
418- // assets: VideoAssets[];
419- // posterImage?: {
420- // url: string;
421- // width: number;
422- // }[];
423- // title?: string;
424- // duration?: number;
425- // videoPlayerFormat?: string;
426- // subtitleSize?: string;
427- // subtitleSource?: string;
428- // }
429-
430414export interface MapBlockElement extends ThirdPartyEmbeddedContent {
431415 _type : 'model.dotcomrendering.pageElements.MapBlockElement' ;
432416 elementId : string ;
@@ -451,8 +435,6 @@ interface MediaAtomBlockElement {
451435 title ?: string ;
452436 duration ?: number ;
453437 videoPlayerFormat ?: string ;
454- // subtitleSize?: string;
455- // subtitleSource?: string;
456438}
457439
458440export interface MultiImageBlockElement {
You can’t perform that action at this time.
0 commit comments