You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/constants.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ export const sectionsDescription = `- by default, typing a query will fetch data
72
72
- the order of the objects in the \`sections\` array determines the order of the results
73
73
- each autocomplete section object must have a \`indexSectionName\`
74
74
- each recommendation section object must have a \`podId\`
75
+
- passing displayName in the sectionConfiguration will override the displayName set by Merchandisers on the Customer Dashboard for the recommendation section
75
76
- each custom section object must have a \`displayName\`
76
77
- each section object can specify a \`type\`
77
78
- each section object can override the default \`numResults\` of 8
@@ -112,6 +113,7 @@ export const zeroStateDescription = `- when the text input field has no text, we
112
113
- the order of the objects in the \`zeroStateSections\` array determines the order of the results
113
114
- each autocomplete section object must have a \`indexSectionName\`
114
115
- each recommendation section object must have a \`podId\`
116
+
- passing displayName in the sectionConfiguration will override the displayName set by Merchandisers on the Customer Dashboard for the recommendation section
115
117
- each custom section object must have a \`displayName\`
116
118
- each section object can specify a \`type\`
117
119
- each section object can override the default \`numResults\` of 8`;
0 commit comments