first version

This commit is contained in:
Gerhard Scheikl
2026-04-28 21:56:11 +02:00
parent 0f75dbaccb
commit 5b2aa5d62b
50 changed files with 5514 additions and 481 deletions
@@ -0,0 +1,11 @@
api_version = "2026-01"
[[extensions]]
name = "Generate invoice"
handle = "invoice-action"
type = "ui_extension"
uid = "linumiq-invoice-order-action"
[[extensions.targeting]]
target = "admin.order-details.action.render"
module = "./src/ActionExtension.tsx"