src/pyams_content/component/paragraph/milestone.py
branchdev-dc
changeset 935 8a7ec586dce1
parent 841 d50743e69693
child 936 2b31cde8c028
equal deleted inserted replaced
934:437971f8a969 935:8a7ec586dce1
   218 class MilestoneParagraph(BaseParagraph):
   218 class MilestoneParagraph(BaseParagraph):
   219     """Milestones paragraph"""
   219     """Milestones paragraph"""
   220 
   220 
   221     icon_class = 'fa-arrows-h'
   221     icon_class = 'fa-arrows-h'
   222     icon_hint = MILESTONE_PARAGRAPH_NAME
   222     icon_hint = MILESTONE_PARAGRAPH_NAME
   223 
   223     body = FieldProperty(IMilestoneParagraph['body'])
   224     renderer = FieldProperty(IMilestoneParagraph['renderer'])
   224     renderer = FieldProperty(IMilestoneParagraph['renderer'])
   225 
   225 
   226 
   226 
   227 @utility_config(name=MILESTONE_PARAGRAPH_TYPE, provides=IParagraphFactory)
   227 @utility_config(name=MILESTONE_PARAGRAPH_TYPE, provides=IParagraphFactory)
   228 class MilestoneParagraphFactory(BaseParagraphFactory):
   228 class MilestoneParagraphFactory(BaseParagraphFactory):