Merge pull request #1145

This commit is contained in:
symfony-flex-server[bot]
2021-07-11 12:19:04 +00:00
committed by GitHub
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%/"
}
}