src/pyams_content/component/paragraph/html.py
changeset 538 0bd011d47c0b
parent 525 72e35444c6b2
child 555 8e8a14452567
equal deleted inserted replaced
537:21152756d312 538:0bd011d47c0b
   100 
   100 
   101 @implementer(IHTMLParagraph, IIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
   101 @implementer(IHTMLParagraph, IIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
   102 class HTMLParagraph(BaseParagraph):
   102 class HTMLParagraph(BaseParagraph):
   103     """HTML paragraph"""
   103     """HTML paragraph"""
   104 
   104 
   105     icon_class = 'fa-html5'
   105     icon_class = 'fa-font'
   106     icon_hint = _("Rich text")
   106     icon_hint = _("Rich text")
   107 
   107 
   108     body = FieldProperty(IHTMLParagraph['body'])
   108     body = FieldProperty(IHTMLParagraph['body'])
   109 
   109 
   110 
   110