src/pyams_content/component/paragraph/interfaces/video.py
changeset 585 9fa8e9776bda
parent 555 8e8a14452567
child 598 f9cd7d17430e
equal deleted inserted replaced
584:bfc376efd87c 585:9fa8e9776bda
    29 #
    29 #
    30 # HTML paragraph
    30 # HTML paragraph
    31 #
    31 #
    32 
    32 
    33 VIDEO_PARAGRAPH_TYPE = 'Video'
    33 VIDEO_PARAGRAPH_TYPE = 'Video'
       
    34 VIDEO_PARAGRAPH_NAME = _("Video")
    34 VIDEO_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.video.renderers'
    35 VIDEO_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.video.renderers'
    35 
    36 
    36 
    37 
    37 class IVideoParagraph(IBaseParagraph):
    38 class IVideoParagraph(IBaseParagraph):
    38     """Video paragraph"""
    39     """Video paragraph"""