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:
Greg Price
2015-03-23 14:45:17 -04:00
parent b5b141656a
commit 438ce5f7a4
5 changed files with 76 additions and 4 deletions

View File

@@ -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],