Skip to content

Commit b5be2b3

Browse files
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 parent 6f38a00 commit b5be2b3

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
psys_order_invoice:
2+
pdf_exporter:
3+
engine: mpdf
4+
template_path: invoice/oi_default.html.twig
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundles": {
3+
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
4+
},
5+
"copy-from-recipe":
6+
{
7+
"config/": "%CONFIG_DIR%/"
8+
},
9+
"copy-from-package": {
10+
"migrations/": "migrations/",
11+
"templates/": "templates/"
12+
}
13+
}

0 commit comments

Comments
 (0)