Skip to content
Snippets Groups Projects
Commit 326d9587 authored by Valera Rozuvan's avatar Valera Rozuvan
Browse files

Replaced Video with VideoAlpha.

Now all Video tags and VideoAlpha tags will be handled by VideoAlpha.
parent f08394ac
Branches
Tags
No related merge requests found
......@@ -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",
......
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