Add recipe for "sonata-project/form-extensions:1.0"

This commit is contained in:
Javier Spagnoletti
2020-07-19 11:48:24 -03:00
parent a701a4bcac
commit 956288e30b
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%/"
}
}