Skip to content

Commit

Permalink
Create spshrtestConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored Sep 30, 2024
1 parent 8b81db2 commit 1ab915c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions js/config/sites/spshrtest/spshrtestConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
export default {
hdr_simple: 0,
include: 1,
hdr_srch_include: 1,
hdr_width: 100,
hdr_alert_include: 1,
hdr_alert_title: "Unexpected Service Interruption",
hdr_alert_msg:
"We are currently experiencing a technical issue with access to some LibGuides. We are working to resolve the problem.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "Springshare Test",
home_url: "https://libguides.uky.edu/BethTest2",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "'How To' Guides",
label: "link1",
url: "https://libguides.uky.edu/How",
},
{
title: "Course Guides",
label: "link2",
url: "https://libguides.uky.edu/courseguides",
},
{
title: "",
label: "link3",
url: "",
},
{
title: "",
label: "link4",
url: "",
},
{
title: "",
label: "link5",
url: "",
},
{
title: "",
label: "link6",
url: "",
},
],
};

0 comments on commit 1ab915c

Please sign in to comment.