diff options
author | Nicolas Lœuillet <nicolas.loeuillet@smile.fr> | 2015-10-22 16:57:56 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-02 23:24:17 +0100 |
commit | d275bdf4d36f90ff61f1e6a714c9ef64d210596f (patch) | |
tree | 1fb9cd40f2d75e1a39cec2636d3caa510045fc48 /app/config | |
parent | 8c3c77c1bd5c3763c127bfea52e908e77dc751b9 (diff) | |
download | wallabag-d275bdf4d36f90ff61f1e6a714c9ef64d210596f.tar.gz wallabag-d275bdf4d36f90ff61f1e6a714c9ef64d210596f.tar.zst wallabag-d275bdf4d36f90ff61f1e6a714c9ef64d210596f.zip |
form to upload file
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 8403a458..421b2db5 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -30,6 +30,8 @@ wallabag_core: | |||
30 | en: 'English' | 30 | en: 'English' |
31 | fr: 'Français' | 31 | fr: 'Français' |
32 | de: 'Deutsch' | 32 | de: 'Deutsch' |
33 | import: | ||
34 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | ||
33 | 35 | ||
34 | # Twig Configuration | 36 | # Twig Configuration |
35 | twig: | 37 | twig: |