diff --git a/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml b/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml new file mode 100644 index 00000000..5f1af3f9 --- /dev/null +++ b/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml @@ -0,0 +1,4 @@ +psys_order_invoice: + pdf_exporter: + engine: mpdf + template_path: invoice/oi_default.html.twig diff --git a/psys/order-invoice-bundle/1.0/manifest.json b/psys/order-invoice-bundle/1.0/manifest.json new file mode 100644 index 00000000..d5ad63f2 --- /dev/null +++ b/psys/order-invoice-bundle/1.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] + }, + "copy-from-recipe": + { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "migrations/": "migrations/", + "templates/": "templates/" + } +}