From effe2c91d05b23642877ff4dd8dcff2cc15a0fb1 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 7 Aug 2025 08:08:28 +0100 Subject: [PATCH] foundation: Add txt upload support to wiki --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index ddbe4705d..ead5694cd 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -40,7 +40,7 @@ mediawiki_site "osmfoundation.org" do email_sender "wiki@noreply.openstreetmap.org" email_sender_name "OSMF Wiki" private_accounts true - extra_file_extensions %w[mp3 pptx] + extra_file_extensions %w[mp3 pptx txt] version "1.39" end -- 2.39.5