diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-14 21:30:25 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-28 12:49:45 +0100 |
commit | 3c65dfb735c7ccdee3d8ea420fe295439d53bb13 (patch) | |
tree | 4687785a472b4f5001dc73374247eeca2206da6a /app/config/config.yml | |
parent | 22c1d29b898f0e33c23a571a8fa6820f76145b69 (diff) | |
download | wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.tar.gz wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.tar.zst wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.zip |
add slug for tags
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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: | |||
90 | default: | 90 | default: |
91 | auto_mapping: true | 91 | auto_mapping: true |
92 | 92 | ||
93 | stof_doctrine_extensions: | ||
94 | default_locale: "%locale%" | ||
95 | translation_fallback: true | ||
96 | orm: | ||
97 | default: | ||
98 | tree: true | ||
99 | sluggable: true | ||
100 | |||
93 | # Swiftmailer Configuration | 101 | # Swiftmailer Configuration |
94 | swiftmailer: | 102 | swiftmailer: |
95 | transport: "%mailer_transport%" | 103 | transport: "%mailer_transport%" |
@@ -119,6 +127,7 @@ fos_rest: | |||
119 | nelmio_api_doc: | 127 | nelmio_api_doc: |
120 | sandbox: | 128 | sandbox: |
121 | enabled: false | 129 | enabled: false |
130 | name: wallabag API documentation | ||
122 | 131 | ||
123 | nelmio_cors: | 132 | nelmio_cors: |
124 | defaults: | 133 | defaults: |