Skip to content

Commit

Permalink
sylius/refund-plugin recipe improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Feb 20, 2019
1 parent 097dc9c commit 8af294d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sylius/refund-plugin/0.4/config/packages/_sylius.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
imports:
- { resource: "@SyliusCoreBundle/Resources/config/app/config.yml" }

- { resource: "@SyliusAdminBundle/Resources/config/app/config.yml" }
- { resource: "@SyliusAdminApiBundle/Resources/config/app/config.yml" }

- { resource: "@SyliusShopBundle/Resources/config/app/config.yml" }

parameters:
sylius_core.public_dir: '%kernel.project_dir%/public'

sylius_shop:
product_grid:
include_all_descendants: true
7 changes: 7 additions & 0 deletions sylius/refund-plugin/0.4/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"bundles": {
"Sylius\\Bundle\\CoreBundle\\SyliusCoreBundle": ["all"],
"Sylius\\Bundle\\GridBundle\\SyliusGridBundle": ["all"],
"Sylius\\Bundle\\MailerBundle\\SyliusMailerBundle": ["all"],
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": ["all"],
"Sylius\\RefundPlugin\\SyliusRefundPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/views/SyliusAdminBundle/": "templates/bundles/SyliusAdminBundle/"
}
}

0 comments on commit 8af294d

Please sign in to comment.