configuration for sonata-project/core-bundle

This commit is contained in:
aLkRicha
2018-01-09 08:44:05 +02:00
parent da5833dba2
commit 5c29f969ea
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
sonata_core:
flashmessage: {}
form:
mapping:
enabled: false
@@ -0,0 +1,8 @@
{
"bundles": {
"Sonata\\CoreBundle\\SonataCoreBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}