Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var ss360Config = {
  2.     siteId: "dsafety.com_1",
  3.     showErrors: false,
  4.     layout: {
  5.         navigation: {
  6.             position: "top",
  7.             type: "tabs",
  8.             tabTitle: "Vi fandt #COUNT# resultater matchende \"#QUERY#\"" /* This is the tab title setting, you can add #NAME# to print the name of the matched content group */
  9.         },
  10.         mobile: {
  11.             showUrl: false,
  12.             showImages: true
  13.         },
  14.         desktop: {
  15.             showUrl: false,
  16.             showImages: true,
  17.             type: "grid"
  18.         }
  19.     },
  20.     suggestions: {
  21.         show: true,
  22.         maxQuerySuggestions: 3,
  23.         showImages: true,
  24.         num: 6,
  25.         minChars: 3,
  26.         extraHtml: "<br><b>SKU:</b>: #Vare nr.:#",
  27.         highlight: true
  28.     },
  29.     style: {
  30.         themeColor: "#3274ac",
  31.         suggestions: {
  32.             text: {
  33.                 color: "#333333"
  34.             },
  35.             background: {
  36.                 color: "#ffffff"
  37.             },
  38.             padding: "5px",
  39.             distanceFromTop: "0px",
  40.             border: {
  41.                 color: "#3274ac",
  42.                 radius: "0px"
  43.             }
  44.         },
  45.         searchBox: {
  46.             text: {
  47.                 color: "#333333",
  48.                 size: "14px"
  49.             },
  50.             background: {
  51.                 color: "#ffffff"
  52.             },
  53.             padding: "5px",
  54.             icon: {
  55.                 color: "#666666"
  56.             },
  57.             border: {
  58.                 color: "#3274ac",
  59.                 radius: "0px"
  60.             },
  61.             button: {
  62.                 text: " ",
  63.                 icon: "magnifier",
  64.                 color: "#3274ac"
  65.             }
  66.         },
  67.         animationSpeed: 250
  68.     },
  69.     searchBox: {
  70.         placeholder: "search",
  71.         selector: "#searchBox",
  72.         searchButton: "#ss360SearchButton"
  73.     },
  74.     results: {
  75.         embedConfig: {
  76.             contentBlock: "#searchboxembedded"
  77.         },
  78.         caption: "Vi fandt #COUNT# resultater matchende \"#QUERY#\"",
  79.         group: true,
  80.         num: 1000,
  81.         highlightQueryTerms: true,
  82.         moreResultsButton: "Vis flere resultater",
  83.         noResultsText: "Vi fandt desværre ingen resultater matchende din søgning.",
  84.         queryCorrectionText: "Mente du \"#CORRECTION#\"?",
  85.         linksOpenNewTab: false,
  86.         moreResultsPagingSize: 8
  87.     },
  88.     contentGroups: {
  89.         otherName: "Diverse",
  90.         ignoreOther: false
  91.     }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement