-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nkaaConfig.js with current settings for production
- Loading branch information
Showing
1 changed file
with
11 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "", | ||
}; |