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/config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/config/config.yml') diff --git a/app/config/config.yml b/app/config/config.yml index 5d9c7c55..2ec44f99 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -56,6 +56,10 @@ twig: export_epub: %export_epub% export_mobi: %export_mobi% export_pdf: %export_pdf% + export_csv: %export_csv% + export_json: %export_json% + export_txt: %export_txt% + export_xml: %export_xml% version: %app.version% twofactor_auth: %twofactor_auth% warning_message: %warning_message% -- cgit v1.2.3