Files
symfony-flex-recipes-contrib/mmucklo.grid-bundle.4.2.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

40 lines
1.3 KiB
JSON

{
"manifests": {
"mmucklo/grid-bundle": {
"manifest": {
"bundles": {
"Dtc\\GridBundle\\DtcGridBundle": [
"all"
]
},
"copy-from-package": {
"Resources/config/dtc_grid.yaml": "%CONFIG_DIR%/packages/dtc_grid.yaml"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"Warning: make sure the twig engine is turned on in framework.yaml",
"",
" - If not, add the following to config/packages/framework.yaml:",
"",
"framework:",
" # ...",
" templating:",
" engines: ['twig']"
]
},
"files": {
"config/routes/dtc_grid.yaml": {
"contents": [
"dtc_grid:",
" resource: '@DtcGridBundle/Resources/config/routing.yml'",
""
],
"executable": false
}
},
"ref": "85967e897fb9265bd069cb17cbdf268c838ee0c3"
}
}
}