]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3014 from wallabag/change-default-value-listmode
authorThomas Citharel <tcit@tcit.fr>
Thu, 30 Mar 2017 14:12:11 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 14:12:11 +0000 (16:12 +0200)
Changed default value for list mode (grid instead of list)

app/config/config.yml

index d72311120cac36b977d87deeb54dd855d8f2a9e6..4f4fb900e325e6950eaf405bf85492d550e75fd7 100644 (file)
@@ -52,7 +52,7 @@ wallabag_core:
     reading_speed: 1
     cache_lifetime: 10
     action_mark_as_read: 1
-    list_mode: 1
+    list_mode: 0
     fetching_error_message: |
         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>.