src/pyams_content/component/paragraph/interfaces/milestone.py
changeset 586 28445044f6e3
parent 555 8e8a14452567
child 935 8a7ec586dce1
equal deleted inserted replaced
585:9fa8e9776bda 586:28445044f6e3
    71 class IMilestoneContainerTarget(Interface):
    71 class IMilestoneContainerTarget(Interface):
    72     """Milestones container target interface"""
    72     """Milestones container target interface"""
    73 
    73 
    74 
    74 
    75 MILESTONE_PARAGRAPH_TYPE = 'Milestones'
    75 MILESTONE_PARAGRAPH_TYPE = 'Milestones'
       
    76 MILESTONE_PARAGRAPH_NAME = _("Milestones")
    76 MILESTONE_PARAGRAPH_RENDERERS = 'PyAMS.milestones.renderers'
    77 MILESTONE_PARAGRAPH_RENDERERS = 'PyAMS.milestones.renderers'
    77 
    78 
    78 
    79 
    79 class IMilestoneParagraph(IMilestoneContainerTarget, IBaseParagraph):
    80 class IMilestoneParagraph(IMilestoneContainerTarget, IBaseParagraph):
    80     """Milestones paragraph interface"""
    81     """Milestones paragraph interface"""