Skip to content

Commit 08ddebc

Browse files
committed
chore: Adds futher js files
1 parent a561cbc commit 08ddebc

5 files changed

Lines changed: 1922 additions & 11 deletions

File tree

xmodule/assets/video/public/js/video_block_main.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import {VideoPlaySkipControl} from './play_skip_control';
1010
import {VideoPlayPauseControl} from './play_pause_control';
1111
import {VideoSocialSharingHandler} from './video_social_sharing';
1212
import VideoCaption from "./video_caption";
13+
import VideoContextMenu from "./video_context_menu";
14+
import VideoSpeedControl from "./video_speed_control";
15+
import VideoTranscriptFeedback from "./video_transcript_feedback";
16+
import VideoVolumeControl from "./video_volume_control"
1317

1418

1519
// TODO: Uncomment the imports
@@ -18,16 +22,12 @@ import VideoCaption from "./video_caption";
1822
// FocusGrabber,
1923
// VideoControl,
2024
// VideoProgressSlider,
21-
// VideoSpeedControl,
22-
// VideoVolumeControl,
2325
// VideoQualityControl,
2426
// VideoFullScreen,
2527
// VideoCommands,
26-
// VideoContextMenu,
2728
// VideoSaveStatePlugin,
2829
// VideoEventsPlugin,
2930
// VideoCompletionHandler,
30-
// VideoTranscriptFeedback,
3131
// VideoAutoAdvanceControl,
3232
// VideoEventsBumperPlugin,
3333
// VideoBumper,
@@ -64,29 +64,29 @@ console.log('In video_block_main.js file');
6464
VideoPlayPlaceholder,
6565
VideoPlayPauseControl,
6666
// VideoProgressSlider,
67-
// VideoSpeedControl,
68-
// VideoVolumeControl,
67+
VideoSpeedControl,
68+
VideoVolumeControl,
6969
// VideoQualityControl,
7070
// VideoFullScreen,
71-
VideoCaption,
71+
VideoCaption,
7272
// VideoCommands,
73-
// VideoContextMenu,
73+
VideoContextMenu,
7474
// VideoSaveStatePlugin,
7575
// VideoEventsPlugin,
7676
// VideoCompletionHandler,
77-
// VideoTranscriptFeedback,
77+
VideoTranscriptFeedback,
7878
// ].concat(autoAdvanceEnabled ? [VideoAutoAdvanceControl] : []);
7979
]
8080

8181
const bumperVideoModules = [
8282
// VideoControl,
8383
VideoPlaySkipControl,
8484
VideoSkipControl,
85-
// VideoVolumeControl,
85+
VideoVolumeControl,
8686
VideoCaption,
8787
// VideoCommands,
8888
// VideoSaveStatePlugin,
89-
// VideoTranscriptFeedback,
89+
VideoTranscriptFeedback,
9090
// VideoEventsBumperPlugin,
9191
// VideoCompletionHandler,
9292
];

0 commit comments

Comments
 (0)