Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -32,6 +32,9 @@ |
33 | 33 | // Which categories the pages must not belong to have the rating widget added (with _ in text) |
34 | 34 | $wgArticleFeedbackv5BlacklistCategories = array( 'Article_Feedback_Blacklist' ); |
35 | 35 | |
| 36 | +// Which category's pages can be shown on the feedback dashboard |
| 37 | +$wgArticleFeedbackv5DashboardCategory = 'Article_Feedback_5'; |
| 38 | + |
36 | 39 | // Only load the module / enable the tool in these namespaces |
37 | 40 | // Default to $wgContentNamespaces (defaults to array( NS_MAIN ) ). |
38 | 41 | $wgArticleFeedbackv5Namespaces = $wgContentNamespaces; |