src/pyams_content/component/paragraph/header.py
changeset 538 0bd011d47c0b
parent 424 e59436858d4c
child 555 8e8a14452567
equal deleted inserted replaced
537:21152756d312 538:0bd011d47c0b
    41 
    41 
    42 @implementer(IHeaderParagraph)
    42 @implementer(IHeaderParagraph)
    43 class HeaderParagraph(RenderedContentMixin, BaseParagraph):
    43 class HeaderParagraph(RenderedContentMixin, BaseParagraph):
    44     """Header paragraph"""
    44     """Header paragraph"""
    45 
    45 
    46     icon_class = 'fa-header'
    46     icon_class = 'fa-download fa-rotate-180'
    47     icon_hint = _("Header")
    47     icon_hint = _("Header")
    48 
    48 
    49     @property
    49     @property
    50     def title(self):
    50     def title(self):
    51         header = II18n(self).query_attribute('header')
    51         header = II18n(self).query_attribute('header')