src/pyams_portal/interfaces/__init__.py
changeset 123 827f7278b9fb
parent 110 0560f0ceb80f
child 126 862e9f6a3cf8
--- a/src/pyams_portal/interfaces/__init__.py	Wed Jun 20 14:05:50 2018 +0200
+++ b/src/pyams_portal/interfaces/__init__.py	Wed Jun 20 14:06:52 2018 +0200
@@ -122,6 +122,9 @@
 
     editor_settings = Attribute("Editor settings")
 
+    def get_settings(self, allow_inherit=True):
+        """Get configuration settings, with or without inheritance"""
+
 
 class IPortletContentProvider(IContentProvider):
     """Portlet content provider"""