diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index ca7fb467..c6bed797 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -29,6 +29,21 @@ framework: | |||
29 | twig: | 29 | twig: |
30 | debug: "%kernel.debug%" | 30 | debug: "%kernel.debug%" |
31 | strict_variables: "%kernel.debug%" | 31 | strict_variables: "%kernel.debug%" |
32 | globals: | ||
33 | share_twitter: %share_twitter% | ||
34 | share_mail: %share_mail% | ||
35 | share_shaarli: %share_shaarli% | ||
36 | shaarli_url: %shaarli_url% | ||
37 | share_diaspora: %share_diaspora% | ||
38 | diaspora_url: %diaspora_url% | ||
39 | flattr: %flattr% | ||
40 | flattrable: 1 | ||
41 | flattred: 2 | ||
42 | carrot: %carrot% | ||
43 | show_printlink: %show_printlink% | ||
44 | export_epub: %export_epub% | ||
45 | export_mobi: %export_mobi% | ||
46 | export_pdf: %export_pdf% | ||
32 | 47 | ||
33 | # Assetic Configuration | 48 | # Assetic Configuration |
34 | assetic: | 49 | assetic: |