diff MoinMoin/config/multiconfig.py @ 5844:3d997b1235fe

action/rss_rc.py: added ability to show attachment-related actions in RSS.
author Eugene Syromyatnikov <evgsyr@gmail.com>
date Wed, 16 May 2012 06:47:10 +0400
parents 8b3c4b85921b
children 0e1b4214318f
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Wed May 16 06:30:38 2012 +0400
+++ b/MoinMoin/config/multiconfig.py	Wed May 16 06:47:10 2012 +0400
@@ -1307,6 +1307,10 @@
                             "lines URL query parameter of rss_rc action."),
       ('lines_limit', 100, "Limit for possible line count for diffs added as "
                            "item descriptions in RSS."),
+      ('show_attachment_entries', 0, "If set to 1, items, related to "
+                                     "attachment management, would be added to "
+                                     "RSS feed. Can be changed via show_att "
+                                     "URL query parameter of rss_rc action."),
     )),
 }