src/pyams_content/component/paragraph/zmi/interfaces.py
changeset 22 c270ea8f041e
parent 7 cbc55162b64e
child 217 57b690463135
--- a/src/pyams_content/component/paragraph/zmi/interfaces.py	Thu Apr 21 18:10:03 2016 +0200
+++ b/src/pyams_content/component/paragraph/zmi/interfaces.py	Thu Apr 21 18:11:18 2016 +0200
@@ -17,9 +17,14 @@
 
 # import interfaces
 from pyams_form.interfaces.form import IInnerForm
+from pyams_viewlet.interfaces import IViewletManager
 
 # import packages
 
 
+class IParagraphTitleToolbar(IViewletManager):
+    """Paragraph title toolbar viewlet manager"""
+
+
 class IParagraphInnerEditor(IInnerForm):
     """Paragraph inner editor form interface"""