diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-07 22:20:30 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-12 09:01:29 +0200 |
commit | 2686457448372543fdf4f1fc54c4fd20f0f02c2c (patch) | |
tree | 485eeecc3bd3db3613d47de25662d5c9163e4afe /app/config | |
parent | fedaf005377e6d62ff0986f7f54afef3287a6451 (diff) | |
download | wallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.tar.gz wallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.tar.zst wallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.zip |
store estimated reading time / filters on reading time
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 75e09039..1f5f7441 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -47,7 +47,9 @@ twig: | |||
47 | version: %app.version% | 47 | version: %app.version% |
48 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | 48 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" |
49 | flattr_url: "https://flattr.com/thing/1265480" | 49 | flattr_url: "https://flattr.com/thing/1265480" |
50 | 50 | form: | |
51 | resources: | ||
52 | - LexikFormFilterBundle:Form:form_div_layout.html.twig | ||
51 | # Assetic Configuration | 53 | # Assetic Configuration |
52 | assetic: | 54 | assetic: |
53 | debug: "%kernel.debug%" | 55 | debug: "%kernel.debug%" |