]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/wallabag.yml
Added internal setting to enable/disable headers storage
[github/wallabag/wallabag.git] / app / config / wallabag.yml
index 6b4722fc2cb3fd1d1de6b2e5d86dc21444b2495c..7795bae65905c8e43d50186a5c9aac3d2efda4e6 100644 (file)
@@ -1,5 +1,5 @@
 wallabag_core:
-    version: 2.2.3
+    version: 2.3.0
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'
@@ -153,6 +153,10 @@ wallabag_core:
             name: api_user_registration
             value: 0
             section: api
+        -
+            name: store_article_headers
+            value: 0
+            section: entry
 
 wallabag_user:
     registration_enabled: "%fosuser_registration%"