src/pyams_content/component/paragraph/interfaces/keypoint.py
changeset 586 28445044f6e3
parent 555 8e8a14452567
equal deleted inserted replaced
585:9fa8e9776bda 586:28445044f6e3
    28 #
    28 #
    29 # Keypoints paragraph
    29 # Keypoints paragraph
    30 #
    30 #
    31 
    31 
    32 KEYPOINTS_PARAGRAPH_TYPE = 'Keypoints'
    32 KEYPOINTS_PARAGRAPH_TYPE = 'Keypoints'
       
    33 KEYPOINTS_PARAGRAPH_NAME = _("Key points")
    33 KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderers'
    34 KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderers'
    34 
    35 
    35 
    36 
    36 class IKeypointsParagraph(IBaseParagraph):
    37 class IKeypointsParagraph(IBaseParagraph):
    37     """Key points paragraph"""
    38     """Key points paragraph"""