File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
packages/ui-extensions/src/surfaces/admin Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/ui-extensions ' : patch
3+ ---
4+
5+ Add app home target
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import type {
1111 ValidationSettingsApi ,
1212 PurchaseOptionsCardConfigurationApi ,
1313 DiscountFunctionSettingsApi ,
14+ StandardApi ,
1415} from './api' ;
1516import {
1617 ShouldRenderApi ,
@@ -725,6 +726,11 @@ export interface ExtensionTargets {
725726 ShouldRenderApi < 'admin.product-index.selection-print-action.should-render' > ,
726727 ShouldRenderOutput
727728 > ;
729+
730+ 'admin.app.home.render' : RenderExtension <
731+ StandardApi < 'admin.app.home.render' > ,
732+ StandardComponents
733+ > ;
728734}
729735
730736export type ExtensionTarget = keyof ExtensionTargets ;
You can’t perform that action at this time.
0 commit comments