Im Moment gibts noch nichts zu sehen…
// Wir warten bis die OXOMI JavaScript Bibliothek geladen ist... document.addEventListener("oxomi-loaded", function () {
oxomi.init({ portal: "3001596", language: "de" });
oxomi.universalSearch({ target: "#output", showFilterBox: false, showFilterBar: true, limit: "50", includeOutdated: "false", onlyOutdated: "false", topBrands: true, topBrandsLabel: "TOP-MARKEN", brandsLabel: "WEITERE MARKEN", filterBoxGroups: "contentType" }); });