Package posterity :: Module core :: Class ISettingsPanel

Class ISettingsPanel



         object --+    
                  |    
component.Interface --+
                      |
                     ISettingsPanel

Extension point interface for components that need to extend the settings panel.

Instance Methods
 
get_settings_panels()
Return information about additional settings panels

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

get_settings_panels()

 

Return information about additional settings panels

Format: Sequence of {'label': 'My panel', 'href:'/somewhere/'}