A dictionary representing the plugin's configuration.
(self)
| 25 | |
| 26 | @property |
| 27 | def settings(self): |
| 28 | """ |
| 29 | A dictionary representing the plugin's configuration. |
| 30 | """ |
| 31 | return self.attrs.get('Settings') |
| 32 | |
| 33 | def configure(self, options): |
| 34 | """ |