Skip to content

Commit

Permalink
Add Sylius/RefundPlugin 2.0 recipe (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee authored Jan 17, 2025
1 parent 5030564 commit be9d790
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sylius/refund-plugin/2.0/config/packages/sylius_refund.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
- { resource: "@SyliusRefundPlugin/config/config.yaml" }
2 changes: 2 additions & 0 deletions sylius/refund-plugin/2.0/config/routes/sylius_refund.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sylius_refund:
resource: "@SyliusRefundPlugin/config/routes.yaml"
16 changes: 16 additions & 0 deletions sylius/refund-plugin/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"bundles": {
"Sylius\\RefundPlugin\\SyliusRefundPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "assets/admin/entrypoint.js",
"content": "import '../../vendor/sylius/refund-plugin/assets/entrypoint';",
"position": "bottom",
"warn_if_missing": true
}
]
}

0 comments on commit be9d790

Please sign in to comment.