mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"psys/order-invoice-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"migrations/": "migrations/",
|
|
"templates/": "templates/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/psys_order_invoice.yaml": {
|
|
"contents": [
|
|
"psys_order_invoice:",
|
|
" pdf_exporter:",
|
|
" engine: mpdf",
|
|
" template_path: invoice/oi_default.html.twig",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7ac8c5197c64b961de6914aa8d835d421e7ec487"
|
|
}
|
|
}
|
|
}
|