mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
* Sylius configuration for routes with attributes' feature * Add default mapping paths
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"container": {
|
|
"locale": "en"
|
|
},
|
|
"bundles": {
|
|
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|