Skip to content

Commit 46f763e

Browse files
committed
Add recipes for sylius/mollie-plugin:3.0
1 parent 88fb52b commit 46f763e

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-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: "@SyliusMolliePlugin/config/config.yaml" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sylius_mollie_plugin:
2+
resource: "@SyliusMolliePlugin/config/routes.yaml"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"bundles": {
3+
"Sylius\\MolliePlugin\\SyliusMolliePlugin": ["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/mollie-plugin/assets/admin/entrypoint';",
12+
"position": "bottom",
13+
"warn_if_missing": true
14+
},
15+
{
16+
"file": "assets/shop/entrypoint.js",
17+
"content": "import '@vendor/sylius/mollie-plugin/assets/shop/entrypoint';",
18+
"position": "bottom",
19+
"warn_if_missing": true
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)