Skip to content

Commit

Permalink
Add Wireframe copy in recipe for Blog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 22, 2024
1 parent fe18309 commit c90387c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
resource: '@MonsieurBizSyliusBlogPlugin/Resources/config/config.yaml'
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
monsieurbiz_blog_plugin:
resource: '@MonsieurBizSyliusBlogPlugin/Resources/config/routes.yaml'
13 changes: 13 additions & 0 deletions monsieurbiz/sylius-blog-plugin/0.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"bundles": {
"MonsieurBiz\\SyliusBlogPlugin\\MonsieurBizSyliusBlogPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/views/Wireframe/case-studies.svg.twig": "templates/bundles/MonsieurBizSyliusRichEditorPlugin/Wireframe/case-studies.svg.twig"
}
}
3 changes: 3 additions & 0 deletions monsieurbiz/sylius-blog-plugin/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/views/Wireframe/case-studies.svg.twig": "templates/bundles/MonsieurBizSyliusRichEditorPlugin/Wireframe/case-studies.svg.twig"
}
}

0 comments on commit c90387c

Please sign in to comment.