From 3c65dfb735c7ccdee3d8ea420fe295439d53bb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 14 Oct 2015 21:30:25 +0200 Subject: add slug for tags --- app/config/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/config') diff --git a/app/config/config.yml b/app/config/config.yml index 82c5e7c9..f2538c90 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -90,6 +90,14 @@ doctrine: default: auto_mapping: true +stof_doctrine_extensions: + default_locale: "%locale%" + translation_fallback: true + orm: + default: + tree: true + sluggable: true + # Swiftmailer Configuration swiftmailer: transport: "%mailer_transport%" @@ -119,6 +127,7 @@ fos_rest: nelmio_api_doc: sandbox: enabled: false + name: wallabag API documentation nelmio_cors: defaults: -- cgit v1.2.3