Merge pull request #574

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 10:40:18 +00:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
octopouce_admin:
dashboard:
enabled: true
@@ -0,0 +1,2 @@
_octopouce_admin:
resource: "@OctopouceAdminBundle/Resources/config/routing/routing.yaml"
@@ -0,0 +1,10 @@
{
"bundles": {
"Octopouce\\AdminBundle\\OctopouceAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}