diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-01-24 18:21:09 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-01-24 18:21:09 +0100 |
commit | b89444ad8bb62ad996e84b3f02c7697e5f37ed19 (patch) | |
tree | b96b8943dcbae23436bc34ad6c95384ce7755aa7 /app/config/config.yml | |
parent | 95780f5abe776bdeec3bc78eb3257f7682bb0bf6 (diff) | |
download | wallabag-b89444ad8bb62ad996e84b3f02c7697e5f37ed19.tar.gz wallabag-b89444ad8bb62ad996e84b3f02c7697e5f37ed19.tar.zst wallabag-b89444ad8bb62ad996e84b3f02c7697e5f37ed19.zip |
fix #1620 and introduce new parameters to export
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
56 | export_epub: %export_epub% | 56 | export_epub: %export_epub% |
57 | export_mobi: %export_mobi% | 57 | export_mobi: %export_mobi% |
58 | export_pdf: %export_pdf% | 58 | export_pdf: %export_pdf% |
59 | export_csv: %export_csv% | ||
60 | export_json: %export_json% | ||
61 | export_txt: %export_txt% | ||
62 | export_xml: %export_xml% | ||
59 | version: %app.version% | 63 | version: %app.version% |
60 | twofactor_auth: %twofactor_auth% | 64 | twofactor_auth: %twofactor_auth% |
61 | warning_message: %warning_message% | 65 | warning_message: %warning_message% |