File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -300,18 +300,6 @@ define(
300
300
return item ;
301
301
} ) ;
302
302
} ,
303
-
304
- /*
305
- * queryRuleCustomData
306
- * The queryRuleCustomData widget displays custom data from Query Rules.
307
- * Docs: https://www.algolia.com/doc/api-reference/widgets/query-rule-custom-data/js/
308
- **/
309
- queryRuleCustomData : {
310
- container : '#algolia-banner' ,
311
- templates : {
312
- default : '{{#items}} {{#banner}} {{{banner}}} {{/banner}} {{/items}}' ,
313
- }
314
- }
315
303
} ,
316
304
317
305
/*
@@ -342,6 +330,18 @@ define(
342
330
return item ;
343
331
} )
344
332
}
333
+ } ,
334
+
335
+ /*
336
+ * queryRuleCustomData
337
+ * The queryRuleCustomData widget displays custom data from Query Rules.
338
+ * Docs: https://www.algolia.com/doc/api-reference/widgets/query-rule-custom-data/js/
339
+ **/
340
+ queryRuleCustomData : {
341
+ container : '#algolia-banner' ,
342
+ templates : {
343
+ default : '{{#items}} {{#banner}} {{{banner}}} {{/banner}} {{/items}}' ,
344
+ }
345
345
}
346
346
} ;
347
347
You can’t perform that action at this time.
0 commit comments