diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index a6cfc67d..7dac4d3b 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -28,11 +28,17 @@ framework: | |||
28 | assets: ~ | 28 | assets: ~ |
29 | 29 | ||
30 | wallabag_core: | 30 | wallabag_core: |
31 | version: 2.0.0-alpha.2 | ||
32 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | ||
31 | languages: | 33 | languages: |
32 | en: 'English' | 34 | en: 'English' |
33 | fr: 'Français' | 35 | fr: 'Français' |
34 | de: 'Deutsch' | 36 | de: 'Deutsch' |
35 | tr: 'Türkçe' | 37 | tr: 'Türkçe' |
38 | items_on_page: 12 | ||
39 | theme: material | ||
40 | language: en | ||
41 | rss_limit: 50 | ||
36 | 42 | ||
37 | wallabag_import: | 43 | wallabag_import: |
38 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 44 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |
@@ -42,29 +48,6 @@ wallabag_import: | |||
42 | twig: | 48 | twig: |
43 | debug: "%kernel.debug%" | 49 | debug: "%kernel.debug%" |
44 | strict_variables: "%kernel.debug%" | 50 | strict_variables: "%kernel.debug%" |
45 | globals: | ||
46 | share_twitter: %share_twitter% | ||
47 | share_mail: %share_mail% | ||
48 | share_shaarli: %share_shaarli% | ||
49 | shaarli_url: %shaarli_url% | ||
50 | share_diaspora: %share_diaspora% | ||
51 | diaspora_url: %diaspora_url% | ||
52 | flattr: %flattr% | ||
53 | flattrable: 1 | ||
54 | flattred: 2 | ||
55 | carrot: %carrot% | ||
56 | show_printlink: %show_printlink% | ||
57 | export_epub: %export_epub% | ||
58 | export_mobi: %export_mobi% | ||
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% | ||
64 | version: %app.version% | ||
65 | twofactor_auth: %twofactor_auth% | ||
66 | warning_message: %warning_message% | ||
67 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | ||
68 | form_themes: | 51 | form_themes: |
69 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" | 52 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" |
70 | 53 | ||
@@ -185,7 +168,7 @@ fos_user: | |||
185 | user_class: Wallabag\UserBundle\Entity\User | 168 | user_class: Wallabag\UserBundle\Entity\User |
186 | registration: | 169 | registration: |
187 | confirmation: | 170 | confirmation: |
188 | enabled: true | 171 | enabled: %fosuser_confirmation% |
189 | from_email: | 172 | from_email: |
190 | address: %from_email% | 173 | address: %from_email% |
191 | sender_name: wallabag | 174 | sender_name: wallabag |