# HG changeset patch # User Thierry Florac # Date 1519995313 -3600 # Node ID f22d6ae1d8f540e1c409becd382857fd5983ab2e # Parent 45d98c5efc7e13ac70d98ff59ff40486914b24d4 Renamed vocabulary diff -r 45d98c5efc7e -r f22d6ae1d8f5 src/pyams_content/component/paragraph/interfaces/contact.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): diff -r 45d98c5efc7e -r f22d6ae1d8f5 src/pyams_content/component/paragraph/interfaces/header.py --- 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): diff -r 45d98c5efc7e -r f22d6ae1d8f5 src/pyams_content/component/paragraph/interfaces/keypoint.py --- 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):