mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"manifests": {
|
|
"flux-se/sylius-payum-stripe-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"FluxSE\\SyliusPayumStripePlugin\\FluxSESyliusPayumStripePlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/flux_se_sylius_payum_stripe.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@FluxSESyliusPayumStripePlugin/Resources/config/config.yaml\" }",
|
|
"",
|
|
"flux_se_sylius_payum_stripe:",
|
|
" line_item_image:",
|
|
" # This is the imagine filter use to get the image displayed on Stripe Checkout Session",
|
|
" # (default: the filter uses into `@ShopBundle/Product/Show/_images.html.twig`)",
|
|
" imagine_filter: 'sylius_shop_product_original'",
|
|
" # Fallback image used when no image is set on a product and also when you test this plugin",
|
|
" # from a private web server (ex: from localhost)",
|
|
" fallback_image: 'https://placehold.it/400x300'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "04fbe1af8361502462ab7f8c1fd3152508f93f57"
|
|
}
|
|
}
|
|
}
|