Skip to content

Commit 8dbbd49

Browse files
committed
Add videoPlayerFormat to model
1 parent 33cdc9c commit 8dbbd49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/frontend/feFront.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export interface FEMediaAtom {
126126
trailImage?: { allImages: Image[] };
127127
expired?: boolean;
128128
activeVersion?: number;
129+
videoPlayerFormat?: 'Default' | 'Loop' | 'Cinemagraph';
129130
// channelId?: string; // currently unused
130131
}
131132

0 commit comments

Comments
 (0)