mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
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:
@@ -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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user