Skip to content

Commit 8431cf0

Browse files
committed
MAGE-796 Correct nesting of banner widget resulting from earlier merge conflict resolution
1 parent a8b4dd5 commit 8431cf0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

view/frontend/web/instantsearch.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,18 +299,6 @@ define(
299299
return item;
300300
});
301301
},
302-
303-
/*
304-
* queryRuleCustomData
305-
* The queryRuleCustomData widget displays custom data from Query Rules.
306-
* Docs: https://www.algolia.com/doc/api-reference/widgets/query-rule-custom-data/js/
307-
**/
308-
queryRuleCustomData: {
309-
container: '#algolia-banner',
310-
templates: {
311-
default: '{{#items}} {{#banner}} {{{banner}}} {{/banner}} {{/items}}',
312-
}
313-
}
314302
},
315303

316304
/*
@@ -341,6 +329,18 @@ define(
341329
return item;
342330
})
343331
}
332+
},
333+
334+
/*
335+
* queryRuleCustomData
336+
* The queryRuleCustomData widget displays custom data from Query Rules.
337+
* Docs: https://www.algolia.com/doc/api-reference/widgets/query-rule-custom-data/js/
338+
**/
339+
queryRuleCustomData: {
340+
container: '#algolia-banner',
341+
templates: {
342+
default: '{{#items}} {{#banner}} {{{banner}}} {{/banner}} {{/items}}',
343+
}
344344
}
345345
};
346346

0 commit comments

Comments
 (0)