equal
deleted
inserted
replaced
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 |