Skip to content

Commit

Permalink
Add Extension Target for Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejeong committed May 7, 2024
1 parent a4f275a commit 08067cb
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 @@ -140,6 +140,16 @@ export interface ExtensionTargets {
AllComponents
>;

/**
* Renders an admin block in the product 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
>;

// Actions
/**
* Renders an admin action extension in the product details page. Open this extension from the "More Actions" menu.
Expand Down

0 comments on commit 08067cb

Please sign in to comment.