Merge pull request #975

This commit is contained in:
symfony-flex-server[bot]
2020-07-20 14:39:12 +00:00
committed by GitHub
4 changed files with 19 additions and 0 deletions
@@ -0,0 +1,2 @@
sonata_form:
form_type: standard
@@ -0,0 +1,8 @@
{
"bundles": {
"Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1 @@
../../../1.0/config/packages/sonata_form.yaml
@@ -0,0 +1,8 @@
{
"bundles": {
"Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}