Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.ss360Config = {
  2.     siteId: "www.multicominc.com",
  3.     layout: {
  4.         navigation: {
  5.             position: "top"
  6.         },
  7.         mobile: {
  8.             showImages: true
  9.         },
  10.         desktop: {
  11.             showImages: true
  12.         }
  13.     },
  14.     suggestions: {
  15.         show: true,
  16.         showImages: true,
  17.         num: 8,
  18.         minChars: 2
  19.     },
  20.     style: {
  21.         defaultCss: false,
  22.         animationSpeed: 200
  23.     },
  24.     searchBox: {
  25.         selector: "#query"
  26.     },
  27.     results: {
  28.         caption: "Search results for your query \"#QUERY#\"",
  29.         num: 100,
  30.         highlightQueryTerms: true,
  31.         moreResultsButton: "Show More",
  32.         moreResultsPagingSize: 5
  33.     },
  34.     contentGroups: {
  35.         include: [],
  36.         exclude: [],
  37.         otherName: "Other",
  38.         ignoreOther: false
  39.     }
  40. };
  41. jQuery('body').append('<script src="https://cdn.sitesearch360.com/prerelease/js/sitesearch360-v13.min.js" async></script>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement