kunstmaan/admin-bundle: Use new authentication system by default (#1293)

This commit is contained in:
Jeroen Thora
2022-02-19 12:00:26 +01:00
committed by GitHub
parent a943de3d76
commit 46596d87b5
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,9 @@
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
authentication:
enable_new_authentication: true
@@ -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%"
@@ -0,0 +1,8 @@
{
"bundles": {
"Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}