diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-02-04 15:59:57 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-02-04 15:59:57 +0100 |
commit | e008c037f53324b931f027483f9f1053171109c5 (patch) | |
tree | 441c54eb946ffb53a161cad8f686ce7aff875abd /app/config/config.yml | |
parent | 74f39b0952440fa0c55e5e8a2e1a8d2bbd3acfd7 (diff) | |
parent | 79b9e49d9464e9a67f6ee66fbf6f6c541b1a29f4 (diff) | |
download | wallabag-e008c037f53324b931f027483f9f1053171109c5.tar.gz wallabag-e008c037f53324b931f027483f9f1053171109c5.tar.zst wallabag-e008c037f53324b931f027483f9f1053171109c5.zip |
Merge pull request #1612 from wallabag/v2-settings-page
Settings page
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index a6cfc67d..dc6bccee 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 | ||