Skip to content

Commit be9d790

Browse files
authored
Add Sylius/RefundPlugin 2.0 recipe (#1743)
1 parent 5030564 commit be9d790

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: "@SyliusRefundPlugin/config/config.yaml" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sylius_refund:
2+
resource: "@SyliusRefundPlugin/config/routes.yaml"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"bundles": {
3+
"Sylius\\RefundPlugin\\SyliusRefundPlugin": ["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/sylius/refund-plugin/assets/entrypoint';",
12+
"position": "bottom",
13+
"warn_if_missing": true
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)