X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=a6cfc67d63e118ac363290b5789120a619c36f16;hb=0796532460b90cb3ef7ecbf86db6d0adc07c88b4;hp=19e7155dd40464d56afcc12b66e1395c8fa6476f;hpb=d8dbe76bf5b97d199ce4a20de53a52728a88befc;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 19e7155d..a6cfc67d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -32,6 +32,7 @@ wallabag_core: en: 'English' fr: 'Français' de: 'Deutsch' + tr: 'Türkçe' wallabag_import: allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] @@ -56,11 +57,14 @@ 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% paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" - flattr_url: "https://flattr.com/thing/1265480" form_themes: - "LexikFormFilterBundle:Form:form_div_layout.html.twig" @@ -182,7 +186,9 @@ fos_user: registration: confirmation: enabled: true - + from_email: + address: %from_email% + sender_name: wallabag fos_oauth_server: db_driver: orm client_class: Wallabag\ApiBundle\Entity\Client