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 1d02674
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ export interface ExtensionTargets {
AllComponents
>;

'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 1d02674

Please sign in to comment.