# HG changeset patch # User Thierry Florac # Date 1530095164 -7200 # Node ID 328866bc10ba15dd99aab7a8b35ca6dfcd7cefcc # Parent 8446facedb4a136f07e512aa6f5e12ca1c72d58f Added marker interface to content link diff -r 8446facedb4a -r 328866bc10ba src/pyams_content/shared/site/interfaces/__init__.py --- a/src/pyams_content/shared/site/interfaces/__init__.py Tue Jun 26 15:10:14 2018 +0200 +++ b/src/pyams_content/shared/site/interfaces/__init__.py Wed Jun 27 12:26:04 2018 +0200 @@ -19,6 +19,7 @@ from pyams_content.interfaces import IBaseContent from pyams_sequence.interfaces import ISequentialIdTarget, IInternalReference from pyams_workflow.interfaces import IWorkflowPublicationSupport +from zope.annotation.interfaces import IAttributeAnnotatable from zope.container.interfaces import IContainer, IContained # import packages @@ -107,7 +108,7 @@ """Workflow managed topic interface""" -class IContentLink(ISiteElement, IInternalReference): +class IContentLink(ISiteElement, IInternalReference, IAttributeAnnotatable): """Rented content interface""" alt_title = I18nTextLineField(title=_("Alternate title"),