File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
packages/ui-extensions/src/surfaces/customer-account Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/ui-extensions ' : patch
3+ ---
4+
5+ add customer account profile and order index announcement render
Original file line number Diff line number Diff line change @@ -125,10 +125,18 @@ export interface CustomerAccountExtensionTargets {
125125 StandardApi < 'customer-account.order-index.block.render' > ,
126126 AllComponents
127127 > ;
128+ 'customer-account.order-index.announcement.render' : RenderExtension <
129+ StandardApi < 'customer-account.order-index.announcement.render' > ,
130+ AllComponents
131+ > ;
128132 'customer-account.profile.block.render' : RenderExtension <
129133 StandardApi < 'customer-account.profile.block.render' > ,
130134 AllComponents
131135 > ;
136+ 'customer-account.profile.announcement.render' : RenderExtension <
137+ StandardApi < 'customer-account.profile.announcement.render' > ,
138+ AllComponents
139+ > ;
132140 'customer-account.profile.addresses.render-after' : RenderExtension <
133141 StandardApi < 'customer-account.profile.addresses.render-after' > ,
134142 AllComponents
You can’t perform that action at this time.
0 commit comments