Skip to content

Commit

Permalink
Update nkaaConfig.js with current settings for production
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored Sep 26, 2024
1 parent 21365b5 commit 3a14379
Showing 1 changed file with 11 additions and 78 deletions.
89 changes: 11 additions & 78 deletions js/config/sites/nkaa/nkaaConfig.js
Original file line number Diff line number Diff line change
@@ -1,83 +1,16 @@
export default {
hdr_simple: 0,
include: 1,
hdr_srch_include: 1,
hdr_simple: 1,
include: 0,
hdr_srch_include: 0,
hdr_width: 80,
hdr_alert_include: 1,
hdr_alert_title: "Unexpected Service Disruption",
hdr_alert_include: 0,
hdr_alert_title: "Scheduled Service Interruption",
hdr_alert_msg:
"We are currently working to resolve an authentication issue affect EBSCO databases.",
hdr_alert_url_label: "More information",
hdr_alert_url: "https://google.com",
home_label: "NKAA",
home_url: "https://google.com",
"The NKAA database will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "",
home_url: "",
custom_logo: false,
image_path: "./js/config/libcal/img.png",
bases: [
{
label: "home",
},
{
title: "About",
label: "link1",
children: [
{
title: "About Collections",
label: "link1Child1",
url: "https://linktolibrary.com/about/collections",
},
{
title: "About King",
label: "link1Child2",
url: "https://linktolibrary.com/about/King",
},
{
title: "About UK",
label: "link1Child3",
url: "https://linktolibrary.com/about/UK",
},
],
},
{
title: "Kitty cats",
label: "link2",
children: [
{
title: "About kats",
label: "link1Child1",
url: "https://linktolibrary.com/about/collec",
},
{
title: "About King",
label: "link1Child2",
url: "https://linktolibrary.com/about/King",
},
{
title: "About UK",
label: "link1Child3",
url: "https://linktolibrary.com/about/UK",
},
],
},
{
title: "Stuff 3",
label: "link3",
url: "https://google.com/",
},
{
title: "Stuff 4",
label: "link4",
url: "https://google.com/",
},
{
title: "Stuff",
label: "link5",
url: "https://google.com/",
},
{
title: "Research Guides",
label: "link6",
url: "https://libguides.uky",
},
],
image_path: "",
};

0 comments on commit 3a14379

Please sign in to comment.