diff -r 5527bc086216 -r 0ef5de2d5674 src/pyams_content/component/paragraph/interfaces/video.py --- a/src/pyams_content/component/paragraph/interfaces/video.py Thu Feb 22 12:00:05 2018 +0100 +++ b/src/pyams_content/component/paragraph/interfaces/video.py Thu Feb 22 15:58:28 2018 +0100 @@ -30,6 +30,9 @@ # HTML paragraph # +VIDEO_PARAGRAPH_TYPE = 'Video' + + class IVideoParagraph(IBaseParagraph): """Video paragraph"""