src/pyams_content/component/paragraph/interfaces/__init__.py
changeset 406 5527bc086216
parent 355 5dce53509832
child 487 093f201e3168
equal deleted inserted replaced
405:9c147733c02e 406:5527bc086216
    85                                    description=_("List of paragraphs automatically added to a new content"),
    85                                    description=_("List of paragraphs automatically added to a new content"),
    86                                    required=False,
    86                                    required=False,
    87                                    value_type=Choice(vocabulary='PyAMS paragraph factories'))
    87                                    value_type=Choice(vocabulary='PyAMS paragraph factories'))
    88 
    88 
    89 
    89 
    90 class IParagraphSummary(IContentProvider):
    90 class IParagraphPreview(IContentProvider):
    91     """Paragraph summary renderer"""
    91     """Paragraph preview renderer"""
    92 
    92 
    93     language = Attribute("Summary language")
    93     language = Attribute("Preview language")