Files
symfony-flex-recipes/easycorp.easyadmin-bundle.2.0.json
T
github-action[bot]andgithub-action[bot] d36ab15b52 Update Flex endpoint
2021-11-12 14:52:32 +00:00

42 lines
1.4 KiB
JSON

{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/easy_admin.yaml": {
"contents": [
"#easy_admin:",
"# entities:",
"# # List the entity class name you want to manage",
"# - App\\Entity\\Product",
"# - App\\Entity\\Category",
"# - App\\Entity\\User",
""
],
"executable": false
},
"config/routes/easy_admin.yaml": {
"contents": [
"easy_admin_bundle:",
" resource: '@EasyAdminBundle/Controller/EasyAdminController.php'",
" prefix: /admin",
" type: annotation",
""
],
"executable": false
}
},
"ref": "0a51040a43c6f2172a3a0135cd15daf2043905d7"
}
}
}