Skip to content

Commit

Permalink
Add recipe for Better admin plugin 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 27, 2024
1 parent c90387c commit 5511da7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
resource: '@MonsieurBizSyliusBetterAdminPlugin/Resources/config/config.yaml'
14 changes: 14 additions & 0 deletions monsieurbiz/sylius-better-admin-plugin/1.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"bundles": {
"MonsieurBiz\\SyliusBetterAdminPlugin\\MonsieurBizSyliusBetterAdminPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/views/SyliusUiBundle/Security/_login.html.twig": "templates/bundles/SyliusUiBundle/Security/_login.html.twig",
"src/Resources/views/SyliusAdminBundle/Layout/_logo.html.twig": "templates/bundles/SyliusAdminBundle/Layout/_logo.html.twig"
}
}

0 comments on commit 5511da7

Please sign in to comment.