aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-24 22:09:57 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-24 22:09:57 +0200
commit50243f0e3482fb7c10a05d79ae58b050f6e74254 (patch)
tree68ba6227c8ef86d6fac85ce9f9e84e6b692417df /app/config/services.yml
parent8c55a9e6c9a563c3a4b3b3d35581e1c67a8a8c04 (diff)
downloadwallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.tar.gz
wallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.tar.zst
wallabag-50243f0e3482fb7c10a05d79ae58b050f6e74254.zip
fix #1357, truncate domain name if it's too loooong
Diffstat (limited to 'app/config/services.yml')
-rw-r--r--app/config/services.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index b3ec7c51..a7fa9bfe 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -12,3 +12,8 @@ services:
12 class: Doctrine\Common\Cache\FilesystemCache 12 class: Doctrine\Common\Cache\FilesystemCache
13 arguments: 13 arguments:
14 - %kernel.cache_dir%/doctrine/metadata 14 - %kernel.cache_dir%/doctrine/metadata
15
16 twig.extension.text:
17 class: Twig_Extensions_Extension_Text
18 tags:
19 - { name: twig.extension }