mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"sonata-project/admin-bundle": {
|
|
"version": "4.0",
|
|
"recipe": {
|
|
"repo": "4.0",
|
|
"branch": "master",
|
|
"version": "4.0",
|
|
"ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"sonata-project/admin-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "sonata-project/admin-bundle",
|
|
"version": "4.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sonata\\AdminBundle\\SonataAdminBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"src/Admin/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/routes/sonata_admin.yaml": {
|
|
"contents": "admin_area:\n resource: \"@SonataAdminBundle/Resources/config/routing/sonata_admin.xml\"\n prefix: /admin\n\n_sonata_admin:\n resource: .\n type: sonata_admin\n prefix: /admin\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/sonata_admin.yaml": {
|
|
"contents": "sonata_admin:\n title: 'Sonata Admin'\n dashboard:\n blocks:\n - { type: sonata.admin.block.admin_list, position: left }\n\nsonata_block:\n blocks:\n sonata.admin.block.admin_list:\n contexts: [admin]\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "sonata-project/admin-bundle:4.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |