src/pyams_portal/interfaces/__init__.py
changeset 123 827f7278b9fb
parent 110 0560f0ceb80f
child 126 862e9f6a3cf8
equal deleted inserted replaced
122:4fcb3a5afa91 123:827f7278b9fb
   120                       schema=IPortletSettings,
   120                       schema=IPortletSettings,
   121                       readonly=True)
   121                       readonly=True)
   122 
   122 
   123     editor_settings = Attribute("Editor settings")
   123     editor_settings = Attribute("Editor settings")
   124 
   124 
       
   125     def get_settings(self, allow_inherit=True):
       
   126         """Get configuration settings, with or without inheritance"""
       
   127 
   125 
   128 
   126 class IPortletContentProvider(IContentProvider):
   129 class IPortletContentProvider(IContentProvider):
   127     """Portlet content provider"""
   130     """Portlet content provider"""
   128 
   131 
   129     portlet = Object(title="Portlet utility",
   132     portlet = Object(title="Portlet utility",