summaryrefslogtreecommitdiff
path: root/src/mailman/config/schema.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/config/schema.cfg')
-rw-r--r--src/mailman/config/schema.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index 0e7936943..cae95a07f 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -91,6 +91,14 @@ class:
# Whether to enable this plugin or not.
enable: no
+# Additional config for this plugin. The path can be either a file system path
+# or a Python import path. If the value starts with python: then it is
+# a Python import path, otherwise it is a file system path. File system paths
+# must be absolute since no guarantees are made about the current working
+# directory. Python paths should not include the trailing .cfg, which the file
+# must end with.
+configuration:
+
[shell]
# `mailman shell` (also `withlist`) gives you an interactive prompt that you