diff --git a/common/lib/xmodule/xmodule/video_module/video_xfields.py b/common/lib/xmodule/xmodule/video_module/video_xfields.py index 60f257130bba..13686e59d268 100644 --- a/common/lib/xmodule/xmodule/video_module/video_xfields.py +++ b/common/lib/xmodule/xmodule/video_module/video_xfields.py @@ -23,6 +23,13 @@ class VideoFields(object): scope=Scope.settings ) + metadata = String( + help=_("Meta data to be embeded in the component"), + display_name=_("Metadata"), + default="", + scope=Scope.settings + ) + saved_video_position = RelativeTime( help=_("Current position in the video."), scope=Scope.user_state,