src/pyams_content/component/paragraph/interfaces/milestone.py
changeset 937 b9c5249db72b
parent 936 2b31cde8c028
child 1092 350cc7104175
equal deleted inserted replaced
936:2b31cde8c028 937:b9c5249db72b
    77 
    77 
    78 class IMilestoneParagraph(IMilestoneContainerTarget, IBaseParagraph):
    78 class IMilestoneParagraph(IMilestoneContainerTarget, IBaseParagraph):
    79     """Milestones paragraph interface"""
    79     """Milestones paragraph interface"""
    80 
    80 
    81     body = I18nTextField(title=_("Associated text"),
    81     body = I18nTextField(title=_("Associated text"),
    82                          description=_("Additional text associated to this milestone Paragraph"),
    82                          description=_("Additional text associated to this milestone paragraph"),
    83                          required=False)
    83                          required=False)
    84 
    84 
    85     renderer = Choice(title=_("Milestones template"),
    85     renderer = Choice(title=_("Milestones template"),
    86                       description=_("Presentation template used for milestones"),
    86                       description=_("Presentation template used for milestones"),
    87                       vocabulary=MILESTONE_PARAGRAPH_RENDERERS,
    87                       vocabulary=MILESTONE_PARAGRAPH_RENDERERS,