mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
* [SyliusResourceBundle] Update routing configuration * Update sylius/resource-bundle/1.13/config/packages/sylius_resource.yaml --------- Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"container": {
|
|
"locale": "en"
|
|
},
|
|
"bundles": {
|
|
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
}
|