aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-24 18:48:28 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-24 18:48:28 +0100
commit143869525f0241e159e7d883c40129345f64c0d4 (patch)
tree34ab291a31c65ac71e66faecf755e16b9d027c40 /app/config/config.yml
parent2532f72c5988e1316e842e50071c2366010f30a1 (diff)
parentb89444ad8bb62ad996e84b3f02c7697e5f37ed19 (diff)
downloadwallabag-143869525f0241e159e7d883c40129345f64c0d4.tar.gz
wallabag-143869525f0241e159e7d883c40129345f64c0d4.tar.zst
wallabag-143869525f0241e159e7d883c40129345f64c0d4.zip
Merge pull request #1629 from wallabag/fixexportformats
fix #1620 and introduce new parameters to export
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index fe94560d..a6cfc67d 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -57,6 +57,10 @@ twig:
57 export_epub: %export_epub% 57 export_epub: %export_epub%
58 export_mobi: %export_mobi% 58 export_mobi: %export_mobi%
59 export_pdf: %export_pdf% 59 export_pdf: %export_pdf%
60 export_csv: %export_csv%
61 export_json: %export_json%
62 export_txt: %export_txt%
63 export_xml: %export_xml%
60 version: %app.version% 64 version: %app.version%
61 twofactor_auth: %twofactor_auth% 65 twofactor_auth: %twofactor_auth%
62 warning_message: %warning_message% 66 warning_message: %warning_message%