Commit 326d9587 by Valera Rozuvan

Replaced Video with VideoAlpha.

Now all Video tags and VideoAlpha tags will be handled by VideoAlpha.
parent f08394ac
......@@ -39,7 +39,8 @@ setup(
"slides = xmodule.backcompat_module:TranslateCustomTagDescriptor",
"timelimit = xmodule.timelimit_module:TimeLimitDescriptor",
"vertical = xmodule.vertical_module:VerticalDescriptor",
"video = xmodule.video_module:VideoDescriptor",
# "video = xmodule.video_module:VideoDescriptor",
"video = xmodule.videoalpha_module:VideoAlphaDescriptor",
"videoalpha = xmodule.videoalpha_module:VideoAlphaDescriptor",
"videodev = xmodule.backcompat_module:TranslateCustomTagDescriptor",
"videosequence = xmodule.seq_module:SequenceDescriptor",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment