src/pyams_content/component/paragraph/interfaces/video.py
changeset 585 9fa8e9776bda
parent 555 8e8a14452567
child 598 f9cd7d17430e
--- a/src/pyams_content/component/paragraph/interfaces/video.py	Wed Jun 06 10:31:48 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/video.py	Wed Jun 06 11:06:51 2018 +0200
@@ -31,6 +31,7 @@
 #
 
 VIDEO_PARAGRAPH_TYPE = 'Video'
+VIDEO_PARAGRAPH_NAME = _("Video")
 VIDEO_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.video.renderers'