@@ -47,8 +47,24 @@ class AnnotatableFields(object):
...
@@ -47,8 +47,24 @@ class AnnotatableFields(object):
scope=Scope.settings,
scope=Scope.settings,
default='None',
default='None',
)
)
annotation_storage_url=String(help=_("Location of Annotation backend"),scope=Scope.settings,default="http://your_annotation_storage.com",display_name=_("Url for Annotation Storage"))
annotation_storage_url=String(
annotation_token_secret=String(help=_("Secret string for annotation storage"),scope=Scope.settings,default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",display_name=_("Secret Token String for Annotation"))
help=_("Location of Annotation backend"),
scope=Scope.settings,
default="http://your_annotation_storage.com",
display_name=_("Url for Annotation Storage"),
)
annotation_token_secret=String(
help=_("Secret string for annotation storage"),
scope=Scope.settings,
default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
display_name=_("Secret Token String for Annotation"),
)
diacritics=String(
display_name=_("Diacritic Marks"),
help=_("Add diacritic marks to be added to a text using the comma-separated form, i.e. markname;urltomark;baseline,markname2;urltomark2;baseline2"),
@@ -34,10 +34,29 @@ class AnnotatableFields(object):
...
@@ -34,10 +34,29 @@ class AnnotatableFields(object):
scope=Scope.settings,
scope=Scope.settings,
default=_('Video Annotation'),
default=_('Video Annotation'),
)
)
sourceurl=String(help=_("The external source URL for the video."),display_name=_("Source URL"),scope=Scope.settings,default="http://video-js.zencoder.com/oceans-clip.mp4")
annotation_storage_url=String(help=_("Location of Annotation backend"),scope=Scope.settings,default="http://your_annotation_storage.com",display_name=_("Url for Annotation Storage"))
display_name=_("Source URL"),
annotation_token_secret=String(help=_("Secret string for annotation storage"),scope=Scope.settings,default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",display_name=_("Secret Token String for Annotation"))