src/pyams_content/component/paragraph/interfaces/keypoint.py
changeset 428 f22d6ae1d8f5
parent 421 20a2b671ade1
child 429 fafbf6bb246e
--- 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):