src/pyams_portal/interfaces/__init__.py
changeset 34 0a7a5155d352
parent 29 3002631ab3b7
child 35 8b2e5695535a
--- a/src/pyams_portal/interfaces/__init__.py	Wed Jun 28 10:16:27 2017 +0200
+++ b/src/pyams_portal/interfaces/__init__.py	Wed Jun 28 11:45:31 2017 +0200
@@ -152,6 +152,8 @@
 
     label = Attribute("Renderer name")
 
+    target_interface = Attribute("Target interface provided by this renderer")
+
 
 class IPortalPortletsConfiguration(IContained):
     """Portal template portlet configuration interface"""