diff options
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: |