From 077112b718eb29aecf331b1e703e7e90d8538e6c Mon Sep 17 00:00:00 2001
From: Sacha Chua <sacha@sachachua.com>
Date: Wed, 13 Sep 2023 08:58:06 -0400
Subject: add some more scripts, change 2022 to emacsconf_year

---
 roles/wiki/templates/emacsconf.setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'roles/wiki')

diff --git a/roles/wiki/templates/emacsconf.setup b/roles/wiki/templates/emacsconf.setup
index 81b089b..4b4ca83 100644
--- a/roles/wiki/templates/emacsconf.setup
+++ b/roles/wiki/templates/emacsconf.setup
@@ -280,7 +280,7 @@ locked_pages: 'edit'
 # attachment plugin
 # enhanced PageSpec specifying what attachments are allowed
 #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
-allowed_attachments: (mimetype(text/*) or *.m3u or *.svg) and maxsize(300kb)
+allowed_attachments: (mimetype(text/*) or *.m3u or *.svg or *.org) and maxsize(400kb)
 # virus checker program (reads STDIN, returns nonzero if virus found)
 #virus_checker: clamdscan -
 
-- 
cgit v1.2.3