mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
odiseoteam/sylius-vendor-plugin remove old version and add 1.3 and 1.4 versions (#1163)
* remove old version and add 1.3 and 1.4 versions * keep 1.2 and add 1.4 and 1.6 versions
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: "@OdiseoSyliusVendorPlugin/Resources/config/config.yaml" }
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
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-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$
|
||||||
|
|
||||||
|
odiseo_sylius_vendor_plugin_api:
|
||||||
|
resource: "@OdiseoSyliusVendorPlugin/Resources/config/routing/api.yaml"
|
||||||
|
prefix: /api
|
||||||
8
odiseoteam/sylius-vendor-plugin/1.4/manifest.json
Normal file
8
odiseoteam/sylius-vendor-plugin/1.4/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Odiseo\\SyliusVendorPlugin\\OdiseoSyliusVendorPlugin": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: "@OdiseoSyliusVendorPlugin/Resources/config/config.yaml" }
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
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-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$
|
||||||
8
odiseoteam/sylius-vendor-plugin/1.6/manifest.json
Normal file
8
odiseoteam/sylius-vendor-plugin/1.6/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Odiseo\\SyliusVendorPlugin\\OdiseoSyliusVendorPlugin": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user