Add recipe for psys/order-invoice-bundle (#1820)

* Add recipe for psys/order-invoice-manager-bundle

* fix folder name

* fix dir

* fix path

* fix path

* fix

* fix

* fix

* fix

* rename

* indentation

* dir fix

* fix

* bundles

* fix

* fix

* zfuzf
This commit is contained in:
David Petrásek
2025-06-20 12:31:21 +02:00
committed by GitHub
parent 6f38a00ee6
commit b5be2b3698
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
psys_order_invoice:
pdf_exporter:
engine: mpdf
template_path: invoice/oi_default.html.twig
@@ -0,0 +1,13 @@
{
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
},
"copy-from-recipe":
{
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
}