mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
|
"manifests": {
|
|
"odiseoteam/sylius-vendor-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Odiseo\\SyliusVendorPlugin\\OdiseoSyliusVendorPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/odiseo_sylius_vendor_plugin.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@OdiseoSyliusVendorPlugin/Resources/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/odiseo_sylius_vendor_plugin.yaml": {
|
|
"contents": [
|
|
"odiseo_sylius_vendor_plugin_admin:",
|
|
" resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/admin.yaml\"",
|
|
" prefix: /admin",
|
|
"",
|
|
"odiseo_sylius_vendor_plugin_shop:",
|
|
" resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/shop.yaml\"",
|
|
" prefix: /{_locale}/vendors",
|
|
" requirements:",
|
|
" _locale: ^[a-z]{2}(?:_[A-Z]{2})?$",
|
|
"",
|
|
"odiseo_sylius_vendor_plugin_api:",
|
|
" resource: \"@OdiseoSyliusVendorPlugin/Resources/config/routing/api.yaml\"",
|
|
" prefix: /api",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "001463bcdb5c8ab5b61ca1a6ab98381359614d14"
|
|
}
|
|
}
|
|
}
|