diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-21 08:53:09 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-31 14:48:26 +0100 |
commit | 63e40f2d7c4074aff0be587c828eb511a6b7c878 (patch) | |
tree | 038959b20e15c60841f8f3584c99068f52460939 /app/config/config.yml | |
parent | 26975877d76a99f6a3153d3d3b4fc6c9f32687bc (diff) | |
download | wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.tar.gz wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.tar.zst wallabag-63e40f2d7c4074aff0be587c828eb511a6b7c878.zip |
Add CraueConfig for internal settings
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 58e1dd66..3c278ea6 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -28,6 +28,8 @@ framework: | |||
28 | assets: ~ | 28 | assets: ~ |
29 | 29 | ||
30 | wallabag_core: | 30 | wallabag_core: |
31 | version: 2.0.0-alpha.1 | ||
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' |
@@ -46,28 +48,6 @@ wallabag_import: | |||
46 | twig: | 48 | twig: |
47 | debug: "%kernel.debug%" | 49 | debug: "%kernel.debug%" |
48 | strict_variables: "%kernel.debug%" | 50 | strict_variables: "%kernel.debug%" |
49 | globals: | ||
50 | share_twitter: %share_twitter% | ||
51 | share_mail: %share_mail% | ||
52 | share_shaarli: %share_shaarli% | ||
53 | shaarli_url: %shaarli_url% | ||
54 | share_diaspora: %share_diaspora% | ||
55 | diaspora_url: %diaspora_url% | ||
56 | flattr: %flattr% | ||
57 | flattrable: 1 | ||
58 | flattred: 2 | ||
59 | carrot: %carrot% | ||
60 | show_printlink: %show_printlink% | ||
61 | export_epub: %export_epub% | ||
62 | export_mobi: %export_mobi% | ||
63 | export_pdf: %export_pdf% | ||
64 | export_csv: %export_csv% | ||
65 | export_json: %export_json% | ||
66 | export_txt: %export_txt% | ||
67 | export_xml: %export_xml% | ||
68 | version: %app.version% | ||
69 | twofactor_auth: %twofactor_auth% | ||
70 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | ||
71 | form_themes: | 51 | form_themes: |
72 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" | 52 | - "LexikFormFilterBundle:Form:form_div_layout.html.twig" |
73 | 53 | ||