# HG changeset patch # User Thierry Florac # Date 1510311011 -3600 # Node ID 175c2a77104d1fb41b5de6df63a8403052e8470e # Parent 73b31fa70b8b1a571af12b124401af3cd0accaa8 Added marker interfaces diff -r 73b31fa70b8b -r 175c2a77104d src/pyams_content/component/paragraph/zmi/interfaces.py --- a/src/pyams_content/component/paragraph/zmi/interfaces.py Fri Nov 10 11:49:47 2017 +0100 +++ b/src/pyams_content/component/paragraph/zmi/interfaces.py Fri Nov 10 11:50:11 2017 +0100 @@ -24,7 +24,15 @@ class IParagraphContainerTable(Interface): - """Paragraph container view""" + """Paragraph container table marker interface""" + + +class IParagraphContainerView(Interface): + """Paragraph container view marker interface""" + + +class IParagraphsParentForm(Interface): + """Paragraphs view parent form marker interface""" class IParagraphTitleToolbar(IViewletManager):