--- a/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 13:53:43 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/contact.py Fri Mar 02 13:55:13 2018 +0100
@@ -32,7 +32,7 @@
#
CONTACT_PARAGRAPH_TYPE = 'Contact'
-CONTACT_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.contact.renderer'
+CONTACT_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.contact.renderers'
class IContactParagraph(IRenderedContent, IBaseParagraph):
--- a/src/pyams_content/component/paragraph/interfaces/header.py Fri Mar 02 13:53:43 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/header.py Fri Mar 02 13:55:13 2018 +0100
@@ -31,7 +31,7 @@
#
HEADER_PARAGRAPH_TYPE = 'Header'
-HEADER_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.header.renderer'
+HEADER_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.header.renderers'
class IHeaderParagraph(IRenderedContent, IBaseParagraph):
--- a/src/pyams_content/component/paragraph/interfaces/keypoint.py Fri Mar 02 13:53:43 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/keypoint.py Fri Mar 02 13:55:13 2018 +0100
@@ -31,7 +31,7 @@
#
KEYPOINTS_PARAGRAPH_TYPE = 'Keypoints'
-KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderer'
+KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderers'
class IKeypointsParagraph(IRenderedContent, IBaseParagraph):