author | Thierry Florac <tflorac@ulthar.net> |
Wed, 12 Sep 2018 12:18:57 +0200 | |
changeset 940 | ad7aa49ac7fc |
parent 939 | 0695d8571616 |
child 941 | 1fca10d808a7 |
src/pyams_content/component/paragraph/portlet/__init__.py | file | annotate | diff | comparison | revisions |
--- a/src/pyams_content/component/paragraph/portlet/__init__.py Mon Sep 10 12:13:34 2018 +0200 +++ b/src/pyams_content/component/paragraph/portlet/__init__.py Wed Sep 12 12:18:57 2018 +0200 @@ -76,4 +76,6 @@ name = PARAGRAPH_CONTAINER_PORTLET_NAME label = _("Content paragraphs") + toolbar_css_class = 'fa fa-fw fa-2x fa-paragraph' + settings_factory = IParagraphContainerPortletSettings