From 8a21985474c2daae9f84ac52463fe7d297aae3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 20 Nov 2017 17:39:14 +0100 Subject: Added internal setting to enable/disable headers storage --- app/config/wallabag.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/config') diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index bbc587b0..7795bae6 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -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%" -- cgit v1.2.3