mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"manifests": {
|
|
"sylius/paypal-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sylius\\PayPalPlugin\\SyliusPayPalPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/sylius_paypal.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@SyliusPayPalPlugin/Resources/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/sylius_paypal.yaml": {
|
|
"contents": [
|
|
"sylius_paypal_admin:",
|
|
" resource: \"@SyliusPayPalPlugin/Resources/config/admin_routing.yml\"",
|
|
" prefix: /%sylius_admin.path_name%",
|
|
"",
|
|
"sylius_paypal_shop:",
|
|
" resource: \"@SyliusPayPalPlugin/Resources/config/shop_routing.yaml\"",
|
|
" prefix: /{_locale}",
|
|
" requirements:",
|
|
" _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$",
|
|
"",
|
|
"sylius_paypal_webhook:",
|
|
" resource: \"@SyliusPayPalPlugin/Resources/config/webhook_routing.yaml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "1e14ad5851528b80380d2d4772390183634c553a"
|
|
}
|
|
}
|
|
}
|