Library Content XModule

This commit is contained in:
Braden MacDonald
2014-10-28 23:10:40 -07:00
committed by E. Kolpakov
parent 074e4cfa22
commit eddf44d853
7 changed files with 489 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ XMODULES = [
"discuss = xmodule.backcompat_module:TranslateCustomTagDescriptor",
"html = xmodule.html_module:HtmlDescriptor",
"image = xmodule.backcompat_module:TranslateCustomTagDescriptor",
"library_content = xmodule.library_content_module:LibraryContentDescriptor",
"error = xmodule.error_module:ErrorDescriptor",
"peergrading = xmodule.peer_grading_module:PeerGradingDescriptor",
"poll_question = xmodule.poll_module:PollDescriptor",