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.cfg14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index 37322418a..b75b26a71 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -577,12 +577,16 @@ configuration: python:mailman.config.mail_archive
class: mailman.archiving.prototype.Prototype
-[style.master]
-# The style's priority, with 0 being the lowest priority.
-priority: 0
+[styles]
+# Python import paths inside which components are searched for which implement
+# the IStyle interface. Use one path per line.
+paths:
+ mailman.styles
-# The class implementing the IStyle interface, which applies the style.
-class: mailman.styles.default.DefaultStyle
+# The default style to apply if nothing else was requested. The value is the
+# name of an existing style. If no such style exists, no style will be
+# applied.
+default: legacy-default
[digests]