--- a/src/pyams_default_theme/component/paragraph/pictogram.py Fri Oct 05 14:10:51 2018 +0200
+++ b/src/pyams_default_theme/component/paragraph/pictogram.py Fri Oct 05 14:13:25 2018 +0200
@@ -16,7 +16,7 @@
# import standard library
# import interfaces
-from pyams_content.component.paragraph.interfaces.pictogram import IPictogramParagraph
+from pyams_content.component.paragraph.interfaces.pictogram import IPictogramParagraph, IPictogramContainer
from pyams_content.features.renderer.interfaces import IContentRenderer
from pyams_skin.layer import IPyAMSLayer
@@ -39,3 +39,7 @@
label = _("Default pictograms renderer")
weight = 1
+
+ @property
+ def pictograms(self):
+ return IPictogramContainer(self.context)