Commit 23bd9f50 by Giulio Gratta

added help text to multiple speed video fields

parent 283777da
...@@ -63,19 +63,19 @@ class VideoFields(object): ...@@ -63,19 +63,19 @@ class VideoFields(object):
default="OEoXaMPEzfM" default="OEoXaMPEzfM"
) )
youtube_id_0_75 = String( youtube_id_0_75 = String(
help="The Youtube ID for the .75x speed video.", help="Optional, for older browsers: the Youtube ID for the .75x speed video.",
display_name="Youtube ID for .75x speed", display_name="Youtube ID for .75x speed",
scope=Scope.settings, scope=Scope.settings,
default="" default=""
) )
youtube_id_1_25 = String( youtube_id_1_25 = String(
help="The Youtube ID for the 1.25x speed video.", help="Optional, for older browsers: the Youtube ID for the 1.25x speed video.",
display_name="Youtube ID for 1.25x speed", display_name="Youtube ID for 1.25x speed",
scope=Scope.settings, scope=Scope.settings,
default="" default=""
) )
youtube_id_1_5 = String( youtube_id_1_5 = String(
help="The Youtube ID for the 1.5x speed video.", help="Optional, for older browsers: the Youtube ID for the 1.5x speed video.",
display_name="Youtube ID for 1.5x speed", display_name="Youtube ID for 1.5x speed",
scope=Scope.settings, scope=Scope.settings,
default="" default=""
......
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