aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-03-30 16:12:11 +0200
committerGitHub <noreply@github.com>2017-03-30 16:12:11 +0200
commit5633b32f0a9b4d5e007e7b8b10e92344ba5495e4 (patch)
treed510ebed64869fb868e573dad0d5e74a3e7956fd
parent6f296a789c9cb063ea20c27a5b4f977cf9aeafbf (diff)
parent1680c95c2761e9b387e2bdc4074748e3c495ef43 (diff)
downloadwallabag-5633b32f0a9b4d5e007e7b8b10e92344ba5495e4.tar.gz
wallabag-5633b32f0a9b4d5e007e7b8b10e92344ba5495e4.tar.zst
wallabag-5633b32f0a9b4d5e007e7b8b10e92344ba5495e4.zip
Merge pull request #3014 from wallabag/change-default-value-listmode
Changed default value for list mode (grid instead of list)
-rw-r--r--app/config/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index d7231112..4f4fb900 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -52,7 +52,7 @@ wallabag_core:
52 reading_speed: 1 52 reading_speed: 1
53 cache_lifetime: 10 53 cache_lifetime: 10
54 action_mark_as_read: 1 54 action_mark_as_read: 1
55 list_mode: 1 55 list_mode: 0
56 fetching_error_message: | 56 fetching_error_message: |
57 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. 57 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
58 58