src/pyams_content/component/paragraph/interfaces/video.py
changeset 407 0ef5de2d5674
parent 181 6d75755407b7
child 439 2a61d39de0fc
--- 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"""