Add web-only setting to video module
This is needed for courses that license video content where the license allows only for viewing on the web, not on mobile apps. JIRA: MA-307
This commit is contained in:
@@ -152,6 +152,7 @@ def correct_video_settings(_step):
|
||||
['Show Transcript', 'True', False],
|
||||
['Transcript Languages', '', False],
|
||||
['Upload Handout', '', False],
|
||||
['Video Available on Web Only', 'False', False],
|
||||
['Video Download Allowed', 'False', False],
|
||||
['Video File URLs', '', False],
|
||||
['Video Start Time', '00:00:00', False],
|
||||
|
||||
Reference in New Issue
Block a user