diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index a6cfc67d..943365e8 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -33,6 +33,10 @@ wallabag_core: | |||
33 | fr: 'Français' | 33 | fr: 'Français' |
34 | de: 'Deutsch' | 34 | de: 'Deutsch' |
35 | tr: 'Türkçe' | 35 | tr: 'Türkçe' |
36 | items_on_page: 12 | ||
37 | theme: material | ||
38 | language: en | ||
39 | rss_limit: 50 | ||
36 | 40 | ||
37 | wallabag_import: | 41 | wallabag_import: |
38 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 42 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |