mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"manifests": {
|
|
"sylius/adyen-plugin": {
|
|
"manifest": {
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/sylius_adyen.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@SyliusAdyenPlugin/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/sylius_adyen.yaml": {
|
|
"contents": [
|
|
"sylius_adyen_plugin:",
|
|
" resource: \"@SyliusAdyenPlugin/config/routes.yaml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e11b9569776d49c4155b20f44a02c65bf72a8197"
|
|
}
|
|
}
|
|
}
|