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 9, 2024
1 parent 62ecc2e commit b035e5d
Showing 1 changed file with 10 additions and 0 deletions.
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 b035e5d

Please sign in to comment.