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 {
125
125
StandardApi < 'customer-account.order-index.block.render' > ,
126
126
AllComponents
127
127
> ;
128
+ 'customer-account.order-index.announcement.render' : RenderExtension <
129
+ StandardApi < 'customer-account.order-index.announcement.render' > ,
130
+ AllComponents
131
+ > ;
128
132
'customer-account.profile.block.render' : RenderExtension <
129
133
StandardApi < 'customer-account.profile.block.render' > ,
130
134
AllComponents
131
135
> ;
136
+ 'customer-account.profile.announcement.render' : RenderExtension <
137
+ StandardApi < 'customer-account.profile.announcement.render' > ,
138
+ AllComponents
139
+ > ;
132
140
'customer-account.profile.addresses.render-after' : RenderExtension <
133
141
StandardApi < 'customer-account.profile.addresses.render-after' > ,
134
142
AllComponents
You can’t perform that action at this time.
0 commit comments