Skip to content

Commit 658a26d

Browse files
authored
Add recipe for flux-se/sylius-stripe-plugin 2.0 (#1992)
1 parent 5c4aea8 commit 658a26d

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: "@FluxSESyliusStripePlugin/config/config.yaml" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sylius_stripe_shop_express_checkout:
2+
resource: "@FluxSESyliusStripePlugin/config/routes/shop_express_checkout.yaml"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"bundles": {
3+
"FluxSE\\SyliusStripePlugin\\FluxSESyliusStripePlugin": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"add-lines": [
9+
{
10+
"file": "assets/admin/entrypoint.js",
11+
"content": "import '../../vendor/flux-se/sylius-stripe-plugin/assets/admin/entrypoint';",
12+
"position": "bottom",
13+
"warn_if_missing": true
14+
},
15+
{
16+
"file": "assets/shop/entrypoint.js",
17+
"content": "import '../../vendor/flux-se/sylius-stripe-plugin/assets/shop/entrypoint';",
18+
"position": "bottom",
19+
"warn_if_missing": true
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)