diff options
| author | J08nY | 2017-06-06 01:05:08 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 17:39:08 +0200 |
| commit | 260733a13a0ad891e1b10836399dd02af7335fe0 (patch) | |
| tree | 96b90ce31a6766720f23a40746b6b0b35c7d95f6 /src/mailman/rest/docs | |
| parent | a665dccf9404d6f95d8a4587f05d748b504e1f9d (diff) | |
| download | mailman-260733a13a0ad891e1b10836399dd02af7335fe0.tar.gz mailman-260733a13a0ad891e1b10836399dd02af7335fe0.tar.zst mailman-260733a13a0ad891e1b10836399dd02af7335fe0.zip | |
Add optional external configuration to plugins.
- Adds an optional 'conriguration' option similar to the one in
[mta] which plugins can use to load their specific configs from.
Diffstat (limited to 'src/mailman/rest/docs')
| -rw-r--r-- | src/mailman/rest/docs/plugins.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/docs/plugins.rst b/src/mailman/rest/docs/plugins.rst index 787726e55..737a911c0 100644 --- a/src/mailman/rest/docs/plugins.rst +++ b/src/mailman/rest/docs/plugins.rst @@ -8,6 +8,7 @@ Plugins can supply REST routes. >>> dump_json('http://localhost:9001/3.1/plugins') entry 0: class: mailman.testing.plugin.ExamplePlugin + configuration: enable: True http_etag: "..." name: example |
