Merge pull request #637 from edx/vaxxxa/videoalpha_to_video

Migration videoalpha module to one main video module
This commit is contained in:
Lyla Fischer
2013-08-12 10:56:12 -07:00
82 changed files with 987 additions and 4107 deletions

View File

@@ -49,7 +49,6 @@ NOTE_COMPONENT_TYPES = ['notes']
ADVANCED_COMPONENT_TYPES = [
'annotatable',
'word_cloud',
'videoalpha',
'graphical_slider_tool'
] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES
ADVANCED_COMPONENT_CATEGORY = 'advanced'