src/pyams_content/component/paragraph/interfaces/__init__.py
changeset 406 5527bc086216
parent 355 5dce53509832
child 487 093f201e3168
--- a/src/pyams_content/component/paragraph/interfaces/__init__.py	Thu Feb 22 10:15:00 2018 +0100
+++ b/src/pyams_content/component/paragraph/interfaces/__init__.py	Thu Feb 22 12:00:05 2018 +0100
@@ -87,7 +87,7 @@
                                    value_type=Choice(vocabulary='PyAMS paragraph factories'))
 
 
-class IParagraphSummary(IContentProvider):
-    """Paragraph summary renderer"""
+class IParagraphPreview(IContentProvider):
+    """Paragraph preview renderer"""
 
-    language = Attribute("Summary language")
+    language = Attribute("Preview language")