diff --git a/js/config/sites/metgen/metsgenConfig.js b/js/config/sites/metgen/metsgenConfig.js new file mode 100644 index 0000000..b91c9d5 --- /dev/null +++ b/js/config/sites/metgen/metsgenConfig.js @@ -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: "", + }, + ], +};