]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Unescape content for Material card
[github/wallabag/wallabag.git] / app / config / config.yml
index 19e7155dd40464d56afcc12b66e1395c8fa6476f..a6cfc67d63e118ac363290b5789120a619c36f16 100644 (file)
@@ -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