Renamed vocabulary
authorThierry Florac <thierry.florac@onf.fr>
Fri, 02 Mar 2018 13:55:13 +0100
changeset 428 f22d6ae1d8f5
parent 427 45d98c5efc7e
child 429 fafbf6bb246e
Renamed vocabulary
src/pyams_content/component/paragraph/interfaces/contact.py
src/pyams_content/component/paragraph/interfaces/header.py
src/pyams_content/component/paragraph/interfaces/keypoint.py
--- 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):