kunstmaan/admin-bundle: Disable exception logging by default

This commit is contained in:
Jeroen Thora
2021-07-11 13:58:15 +02:00
parent 94f3802373
commit c71fef7ab9
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,7 @@
kunstmaan_admin:
multi_language: true
required_locales: nl|fr|en
default_locale: en
admin_locales: ['en']
website_title: 'MyProject' #Rename this to your website name
exception_logging: false
@@ -0,0 +1,6 @@
KunstmaanAdminBundle:
resource: "@KunstmaanAdminBundle/Resources/config/routing.yml"
# If your site is not multi language, remove the "{_locale}/" part of prefix and requirements
prefix: /{_locale}/
requirements:
_locale: "%kunstmaan_admin.required_locales%"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}