src/pyams_content/component/illustration/interfaces/__init__.py
changeset 427 45d98c5efc7e
parent 422 38fa157bfc5f
child 429 fafbf6bb246e
--- a/src/pyams_content/component/illustration/interfaces/__init__.py	Fri Mar 02 13:53:12 2018 +0100
+++ b/src/pyams_content/component/illustration/interfaces/__init__.py	Fri Mar 02 13:53:43 2018 +0100
@@ -32,7 +32,7 @@
 #
 
 ILLUSTRATION_KEY = 'pyams_content.illustration'
-ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderer'
+ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderers'
 
 
 class IIllustration(IRenderedContent):