mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
* Add recipes for sylius/adyen-plugin:1.0 * Add recipes for sylius/adyen-plugin:2.0
30 lines
891 B
JSON
30 lines
891 B
JSON
{
|
|
"bundles": {
|
|
"Sylius\\AdyenPlugin\\SyliusAdyenPlugin": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": "assets/admin/entrypoint.js",
|
|
"content": "import '../../vendor/sylius/adyen-plugin/assets/admin/entrypoint';",
|
|
"position": "bottom",
|
|
"warn_if_missing": true
|
|
},
|
|
{
|
|
"file": "assets/shop/entrypoint.js",
|
|
"content": "import '../../vendor/sylius/adyen-plugin/assets/shop/entrypoint';",
|
|
"position": "bottom",
|
|
"warn_if_missing": true
|
|
},
|
|
{
|
|
"file": "package.json",
|
|
"content": " \"@adyen/adyen-web\": \"^6.22.0\",",
|
|
"position": "after_target",
|
|
"target": "\"dependencies\": {",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|