Skip to content

Commit

Permalink
Create metsgenConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored Sep 27, 2024
1 parent 3535e06 commit dde3d1e
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions js/config/sites/metgen/metsgenConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
export default {
hdr_simple: 1,
include: 0,
hdr_srch_include: 0,
hdr_width: 80,
hdr_alert_include: 0,
hdr_alert_title: "Scheduled Service Disruption",
hdr_alert_msg:
"METS Generator will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "METSGenerator",
home_url: "https://mets.ukylib-exhibit-test.org/",
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: "Stuf 6",
label: "link6",
url: "",
},
],
};

0 comments on commit dde3d1e

Please sign in to comment.