diff --git a/LocalSettings.php b/LocalSettings.php index c010783427..8f9239ad50 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -2653,6 +2653,10 @@ 'default' => 1000 ], + 'wgExportAllowListContributors' => [ + 'default' => false, + ], + 'wgIgnoreImageErrors' => [ 'default' => true ], diff --git a/ManageWikiSettings.php b/ManageWikiSettings.php index d5f4cf94c0..5fe292c418 100644 --- a/ManageWikiSettings.php +++ b/ManageWikiSettings.php @@ -361,6 +361,15 @@ 'help' => 'This option controls whether or not feeds will be linked to in the sidebar', 'requires' => [], ], + 'wgExportAllowListContributors' => [ + 'name' => 'Allow exporting contributor list on Special:Export', + 'from' => 'mediawiki', + 'type' => 'check', + 'overridedefault' => false, + 'section' => 'other', + 'help' => 'Whether or not to allow exporting a list of contributors to exported pages on Special:Export', + 'requires' => [], + ], 'wmgMirahezeFeaturedFeedsInUserLanguage' => [ 'name' => 'Should feeds honor the user\'s preferred language?', 'from' => 'featuredfeeds',