Skip to content

Commit 90235cb

Browse files
Update 15/umbraco-commerce/key-concepts/ui-extensions/order-line-actions.md
Co-authored-by: sofietoft <[email protected]>
1 parent 9070e35 commit 90235cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

15/umbraco-commerce/key-concepts/ui-extensions/order-line-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const manifests : UcManifestOrderLineAction[] = [
3737
extensionRegistry.register(manifests);
3838
```
3939

40-
Each entry must have a type of `ucOrderLineAction` along with a unique `alias` and `name`. Unless you wish to override the button, the `kind` key should be set to `default`. An `api` key should be defined that imports the implementation of the `UcOrderLineActionApi` interface.
40+
Each entry must have a type of `ucOrderLineAction` along with a unique `alias` and `name`. Unless you wish to override the button, the `kind` key should be set to `default`. An `api` key that imports the implementation of the `UcOrderLineActionApi` interface, should be defined.
41+
4142

4243
A `meta` entry provides configuration options for order line actions:
4344

0 commit comments

Comments
 (0)