From b89444ad8bb62ad996e84b3f02c7697e5f37ed19 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 24 Jan 2016 18:21:09 +0100 Subject: fix #1620 and introduce new parameters to export --- app/config/parameters.yml.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/config/parameters.yml.dist') diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 0c0cbff1..e4fcbd74 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -61,6 +61,10 @@ parameters: export_epub: true export_mobi: true export_pdf: true + export_csv: true + export_json: true + export_txt: true + export_xml: true wallabag_url: http://v2.wallabag.org wallabag_support_url: 'https://www.wallabag.org/pages/support.html' -- cgit v1.2.3