Files
symfony-flex-recipes-contrib/octopouce-mu.admin-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

37 lines
1.1 KiB
JSON

{
"manifests": {
"octopouce-mu/admin-bundle": {
"manifest": {
"bundles": {
"Octopouce\\AdminBundle\\OctopouceAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/octopouce.yaml": {
"contents": [
"octopouce_admin:",
" dashboard:",
" enabled: true",
""
],
"executable": false
},
"config/routes/octopouce.yaml": {
"contents": [
"_octopouce_admin:",
" resource: \"@OctopouceAdminBundle/Resources/config/routing/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "32e9b062877ffba387de9192e190f349bc874573"
}
}
}