From b5be2b36985b2728ef10a59962a2c8ea918eccd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Petr=C3=A1sek?= <112466629+DavidPetrasek@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:31:21 +0200 Subject: [PATCH] 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 --- .../1.0/config/packages/psys_order_invoice.yaml | 4 ++++ psys/order-invoice-bundle/1.0/manifest.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml create mode 100644 psys/order-invoice-bundle/1.0/manifest.json 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/" + } +}