diff --git a/app/config/config.yml b/app/config/config.yml index 5d9c7c558..2ec44f991 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% diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 0c0cbff1c..e4fcbd743 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' diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 88b1d2b40..f902f2395 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -51,6 +51,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' diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 3c61142dd..76685b141 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -51,6 +51,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' diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 2f7699b57..cdafb1b1b 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -51,6 +51,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' diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index bf38bff82..6de800b94 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -99,13 +99,13 @@ {% endif %}