Skip to content

Commit

Permalink
Create uklfacevalConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored Oct 7, 2024
1 parent 1ab915c commit ddbeff5
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions js/config/sites/uklfaceval/uklfacevalConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
export default {
hdr_simple: 0,
include: 1,
hdr_srch_include: 0,
hdr_width: 100,
hdr_alert_include: 0,
hdr_alert_title: "Important Notice",
hdr_alert_msg:
"The UK Libraries Evaluation Form Generator will be unavailable from YYYY-MM-DD to YYYY-MM-DD.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "UK Libraries Evaluation Form Generator",
home_url: "https://uklibraries.github.io/UKFacEvalGen/",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "",
label: "link1",
},
{
title: "",
label: "link2",
},
{
title: "",
label: "link3",
url: "",
},
{
title: "",
label: "link4",
url: "",
},
{
title: "",
label: "link5",
url: "",
},
{
title: "",
label: "link6",
url: "",
},
],
};

0 comments on commit ddbeff5

Please sign in to comment.