src/pyams_content/component/paragraph/interfaces/__init__.py
changeset 487 093f201e3168
parent 406 5527bc086216
child 550 9658debb49a3
equal deleted inserted replaced
486:cb67e71dafff 487:093f201e3168
    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 IParagraphPreview(IContentProvider):
    90 class IParagraphRenderer(IContentProvider):
    91     """Paragraph preview renderer"""
    91     """Paragraph renderer interface"""
    92 
    92 
    93     language = Attribute("Preview language")
    93     language = Attribute("Preview language")