src/pyams_content/component/paragraph/interfaces/milestone.py
branchdev-dc
changeset 1092 350cc7104175
parent 937 b9c5249db72b
child 1093 f95d237cbd68
equal deleted inserted replaced
1091:40deb3d316ac 1092:350cc7104175
    42 
    42 
    43     title = I18nTextLineField(title=_("Title"),
    43     title = I18nTextLineField(title=_("Title"),
    44                               description=_("Milestone title"),
    44                               description=_("Milestone title"),
    45                               required=True)
    45                               required=True)
    46 
    46 
    47     label = I18nTextLineField(title=_("Associated label"),
    47     label = I18nTextField(title=_("Associated label"),
    48                               description=_("The way this label will be rendered depends on presentation template"),
    48                               description=_("The way this label will be rendered depends on presentation template"),
    49                               required=False)
    49                               required=False)
    50 
    50 
    51     anchor = Choice(title=_("Anchor"),
    51     anchor = Choice(title=_("Anchor"),
    52                     description=_("Paragraph to which this milestone should lead"),
    52                     description=_("Paragraph to which this milestone should lead"),