diff --git a/js/config/sites/infokat/infokatConfig.js b/js/config/sites/infokat/infokatConfig.js new file mode 100644 index 0000000..f37995a --- /dev/null +++ b/js/config/sites/infokat/infokatConfig.js @@ -0,0 +1,84 @@ +export default { + hdr_simple: 0, + include: 0, + hdr_srch_include: 0, + hdr_width: 110, + hdr_alert_include: 0, + hdr_alert_title: "Scheduled Service Interruption", + hdr_alert_msg: + "InfoKat will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.", + hdr_alert_url_label: "", + hdr_alert_url: "", + home_label: "InfoKat", + home_url: "https://infokat.uky.edu", + custom_logo: false, + image_path: "", + image_path_fallback: "", + bases: [ + { + label: "home", + }, + { + title: "Stuff 1", + label: "link1", + children: [ + { + title: "child stuff 1", + label: "link1Child1", + url: "", + }, + { + title: "child stuff 2", + label: "link1Child2", + url: "", + }, + { + title: "child stuff 3", + label: "link1Child3", + url: "", + }, + ], + }, + { + title: "Stuff 2", + label: "link2", + children: [ + { + title: "child stuff 1", + label: "link2Child1", + url: "", + }, + { + title: "child stuff 2", + label: "link2Child2", + url: "", + }, + { + title: "child stuff 3", + label: "link2Child3", + url: "", + }, + ], + }, + { + title: "Stuff 3", + label: "link3", + url: "", + }, + { + title: "Stuff 4", + label: "link4", + url: "", + }, + { + title: "Stuff 5", + label: "link5", + url: "", + }, + { + title: "Stuff 6", + label: "link6", + url: "", + }, + ], +};