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 @@ -299,18 +299,6 @@ define(
299
299
return item ;
300
300
} ) ;
301
301
} ,
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
- }
314
302
} ,
315
303
316
304
/*
@@ -341,6 +329,18 @@ define(
341
329
return item ;
342
330
} )
343
331
}
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
+ }
344
344
}
345
345
} ;
346
346
You can’t perform that action at this time.
0 commit comments