mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
28 lines
787 B
JSON
28 lines
787 B
JSON
{
|
|
"manifests": {
|
|
"sonata-project/form-extensions": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sonata_form.yaml": {
|
|
"contents": [
|
|
"sonata_form:",
|
|
" form_type: standard",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "9c8a1e8ce2b1f215015ed16652c4ed18eb5867fd"
|
|
}
|
|
}
|
|
}
|