src/pyams_content/component/video/interfaces/__init__.py
changeset 918 975dba68ebd5
parent 824 5a56ac57d94e
child 967 1be26c1585fd
equal deleted inserted replaced
917:16ec26e3ed36 918:975dba68ebd5
    43 
    43 
    44 
    44 
    45 class IExternalVideo(IAttributeAnnotatable):
    45 class IExternalVideo(IAttributeAnnotatable):
    46     """Base interface for external video integration"""
    46     """Base interface for external video integration"""
    47 
    47 
    48     description = I18nTextField(title=_("Description"),
    48     description = I18nTextField(title=_("Associated text"),
    49                                 description=_("File description displayed by front-office template"),
    49                                 description=_("Video description displayed by front-office template"),
    50                                 required=False)
    50                                 required=False)
    51 
    51 
    52     author = TextLine(title=_("Author"),
    52     author = TextLine(title=_("Author"),
    53                       description=_("Name of document's author"),
    53                       description=_("Name of document's author"),
    54                       required=True)
    54                       required=True)