mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
17 lines
409 B
JSON
17 lines
409 B
JSON
{
|
|
"bundles": {
|
|
"Sylius\\RefundPlugin\\SyliusRefundPlugin": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": "assets/admin/entrypoint.js",
|
|
"content": "import '../../vendor/sylius/refund-plugin/assets/entrypoint';",
|
|
"position": "bottom",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|