Skip to content

Commit 41b8cff

Browse files
Remove commented out lines
1 parent aa2c34c commit 41b8cff

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dotcom-rendering/src/types/content.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
430414
export 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

458440
export interface MultiImageBlockElement {

0 commit comments

Comments
 (0)