Files
symfony-flex-recipes-contrib/sylius.paypal-plugin.1.7.json
T
github-action[bot]andgithub-action[bot] a3442a21b9 Update Flex endpoint
2024-12-11 19:54:25 +00:00

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"
}
}
}