diff --git a/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.yaml b/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.yaml new file mode 100644 index 00000000..dcf059f8 --- /dev/null +++ b/kunstmaan/admin-bundle/5.9/config/packages/kunstmaan_admin.yaml @@ -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 diff --git a/kunstmaan/admin-bundle/5.9/config/routes/kunstmaan_admin.yaml b/kunstmaan/admin-bundle/5.9/config/routes/kunstmaan_admin.yaml new file mode 100644 index 00000000..5831b65b --- /dev/null +++ b/kunstmaan/admin-bundle/5.9/config/routes/kunstmaan_admin.yaml @@ -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%" diff --git a/kunstmaan/admin-bundle/5.9/manifest.json b/kunstmaan/admin-bundle/5.9/manifest.json new file mode 100644 index 00000000..eac64f53 --- /dev/null +++ b/kunstmaan/admin-bundle/5.9/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}