diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 18:35:59 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | d8dbe76bf5b97d199ce4a20de53a52728a88befc (patch) | |
tree | 4bedcde6e9618895f34fa72c383534adcaf9cc6c /app | |
parent | ccf50a9fd84e6e363ce8fb836148151711bbdc8e (diff) | |
download | wallabag-d8dbe76bf5b97d199ce4a20de53a52728a88befc.tar.gz wallabag-d8dbe76bf5b97d199ce4a20de53a52728a88befc.tar.zst wallabag-d8dbe76bf5b97d199ce4a20de53a52728a88befc.zip |
Add assets config
To avoid :
> Twig_Error_Syntax: Unknown "asset" function in
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 133fc12f..19e7155d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -25,6 +25,7 @@ framework: | |||
25 | save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%" | 25 | save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%" |
26 | fragments: ~ | 26 | fragments: ~ |
27 | http_method_override: true | 27 | http_method_override: true |
28 | assets: ~ | ||
28 | 29 | ||
29 | wallabag_core: | 30 | wallabag_core: |
30 | languages: | 31 | languages: |