diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-24 18:48:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-24 18:48:28 +0100 |
commit | 143869525f0241e159e7d883c40129345f64c0d4 (patch) | |
tree | 34ab291a31c65ac71e66faecf755e16b9d027c40 /app/config/parameters.yml.dist | |
parent | 2532f72c5988e1316e842e50071c2366010f30a1 (diff) | |
parent | b89444ad8bb62ad996e84b3f02c7697e5f37ed19 (diff) | |
download | wallabag-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/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
61 | export_epub: true | 61 | export_epub: true |
62 | export_mobi: true | 62 | export_mobi: true |
63 | export_pdf: true | 63 | export_pdf: true |
64 | export_csv: true | ||
65 | export_json: true | ||
66 | export_txt: true | ||
67 | export_xml: true | ||
64 | wallabag_url: http://v2.wallabag.org | 68 | wallabag_url: http://v2.wallabag.org |
65 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' | 69 | wallabag_support_url: 'https://www.wallabag.org/pages/support.html' |
66 | 70 | ||