Skip to content

Commit

Permalink
Add Extension Target for Reorder Render
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejeong committed Apr 10, 2024
1 parent 62ecc2e commit 9554553
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/serious-experts-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@shopify/ui-extensions': minor
'@shopify/ui-extensions-react': minor
---

Add Extension Target for Reorder Flow
10 changes: 10 additions & 0 deletions packages/ui-extensions/src/surfaces/admin/extension-targets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ export interface ExtensionTargets {
AllComponents
>;

/**
* Renders an Admin Block in the order details page.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
'admin.product-details.reorder.render': RenderExtension<
BlockExtensionApi<'admin.product-details.reorder.render'>,
AllComponents
>;

/**
* Renders an Admin Block in the order details page.
*
Expand Down

0 comments on commit 9554553

Please sign in to comment.