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

38 lines
1.2 KiB
JSON

{
"manifests": {
"andchir/shopkeeper4-comments": {
"manifest": {
"bundles": {
"Andchir\\CommentsBundle\\CommentsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/comments.yaml": {
"contents": [
"comments:",
" comment_class: App\\MainBundle\\Document\\Comment",
" status_default: pending",
""
],
"executable": false
},
"config/routes/comments.yaml": {
"contents": [
"comments:",
" resource: '@CommentsBundle'",
" type: annotation",
""
],
"executable": false
}
},
"ref": "8a05fa761a475e2e95f7b556e54d9ab33d532aa9"
}
}
}