add octopouce-mu/admin-bundle

This commit is contained in:
Kévin Hilairet
2018-12-06 10:56:02 +04:00
parent 662137bf4b
commit f31f579e63
4 changed files with 18 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,3 @@
octopouce_admin:
dashboard:
enabled: true
@@ -0,0 +1,2 @@
_octopouce_admin:
resource: "@OctopouceAdminBundle/Resources/config/routing.yaml"
@@ -0,0 +1,13 @@
{
"aliases": [
"octopouce-admin"
],
"bundles": {
"Octopouce\\AdminBundle\\OctopouceAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}