File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
packages/ui-extensions/src/surfaces/admin/components/AdminBlock Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @shopify/ui-extensions ' : patch
3
+ ---
4
+
5
+ AdminBlock remove summary prop and add collapsedSummary
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ export interface AdminBlockProps {
7
7
title ?: string ;
8
8
9
9
/**
10
- * The summary to display when the app block is collapsed.
11
- *
12
- * @deprecated App blocks no longer have a collapsed state, so this prop is no longer supported.
10
+ * The summary to display when the app block is collapsed. Summary longer than 30 characters will be truncated.
13
11
*/
14
- summary ?: string ;
12
+ collapsedSummary ?: string ;
15
13
}
16
14
17
15
export const AdminBlock = createRemoteComponent < 'AdminBlock' , AdminBlockProps > (
You can’t perform that action at this time.
0 commit comments