diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:06 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:24 -0400 |
commit | 077112b718eb29aecf331b1e703e7e90d8538e6c (patch) | |
tree | 5eab58517501dce8c79101bb7740c5000c506511 /roles/wiki | |
parent | 366d6aec267f543f9a7b928778a09b80852346f3 (diff) | |
download | emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.tar.xz emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.zip |
add some more scripts, change 2022 to emacsconf_year
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/templates/emacsconf.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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 - |