src/pyams_content/component/paragraph/pictogram.py
changeset 480 866425976e88
parent 476 d925ee5950b3
child 483 b080a23fc8c2
equal deleted inserted replaced
479:8ccd10df84e3 480:866425976e88
   213 
   213 
   214 @implementer(IPictogramParagraph, IIllustrationTarget)
   214 @implementer(IPictogramParagraph, IIllustrationTarget)
   215 class PictogramParagraph(RenderedContentMixin, BaseParagraph):
   215 class PictogramParagraph(RenderedContentMixin, BaseParagraph):
   216     """Pictograms paragraph"""
   216     """Pictograms paragraph"""
   217 
   217 
   218     icon_class = 'fa-paint-brush'
   218     icon_class = 'fa-linode'
   219     icon_hint = _("Pictograms")
   219     icon_hint = _("Pictograms")
   220 
   220 
   221     renderer = FieldProperty(IPictogramParagraph['renderer'])
   221     renderer = FieldProperty(IPictogramParagraph['renderer'])
   222 
   222 
   223 
   223