To reduce the boilerplate code needed for each plugin, the PluginBase class now pulls out the plugin's options from the configuration object. They get stored under the reasonably obvious name of ``options``.
|
|
||
29 |
|
29 |
|
30 |
|
30 |
|
31 |
|
31 |
|
|
32 |
|
|
32 |
|
33 |
|
33 |
|
34 |
|
34 |
|
35 |
|
|
|
||
13 |
|
13 |
|
14 |
|
14 |
|
15 |
|
15 |
|
16 |
|
|
|
17 |
|
16 |
|
18 |
|
|
|
|
17 |
|
|
19 |
|
18 |
|
20 |
|
19 |
|
21 |
|
20 |
|