Skip to content

Commit d4dc109

Browse files
author
Maxime Leclercq
committed
feat(coliship): add recipe v2
1 parent d4256f1 commit d4dc109

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-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: "@MonsieurBizSyliusColishipPlugin/Resources/config/config.yaml" }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
monsieurbiz_coliship_admin:
2+
resource: "@MonsieurBizSyliusColishipPlugin/Resources/config/routes/admin.yaml"
3+
prefix: /%sylius_admin.path_name%
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundles": {
3+
"MonsieurBiz\\SyliusColishipPlugin\\MonsieurBizSyliusColishipPlugin": [
4+
"all"
5+
]
6+
},
7+
"copy-from-recipe": {
8+
"config/": "%CONFIG_DIR%/"
9+
},
10+
"copy-from-package": {
11+
"src/Resources/templates/": "templates/"
12+
}
13+
}

0 commit comments

Comments
 (0)