src/pyams_content/component/paragraph/interfaces/video.py
changeset 407 0ef5de2d5674
parent 181 6d75755407b7
child 439 2a61d39de0fc
equal deleted inserted replaced
406:5527bc086216 407:0ef5de2d5674
    28 
    28 
    29 #
    29 #
    30 # HTML paragraph
    30 # HTML paragraph
    31 #
    31 #
    32 
    32 
       
    33 VIDEO_PARAGRAPH_TYPE = 'Video'
       
    34 
       
    35 
    33 class IVideoParagraph(IBaseParagraph):
    36 class IVideoParagraph(IBaseParagraph):
    34     """Video paragraph"""
    37     """Video paragraph"""
    35 
    38 
    36     body = I18nHTMLField(title=_("Body"),
    39     body = I18nHTMLField(title=_("Body"),
    37                          required=False)
    40                          required=False)