Commit 134ef40d authored by Kutzner's avatar Kutzner 🤸
Browse files

Update settings.js

parent 7afb735a
Pipeline #5231 passed with stages
in 20 seconds
......@@ -44,12 +44,12 @@ const DEFAULT = {
let settings = {
pageTitle: "M4_LAB Page Title",
pageTitle: "Test",
switches: [
{
name: "projectLogo",
state: ON
state: OFF
},
{
name: "projectName",
......@@ -61,7 +61,7 @@ let settings = {
},
{
name: "participants",
state: ON
state: OFF
},
{
name: "footerLogos",
......@@ -69,9 +69,9 @@ let settings = {
}
],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectLogo: ``,
projectName: "M4_LAB Page Demo",
projectName: "TestSite",
menu: [
{
......@@ -162,4 +162,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz"
}
]
};
\ No newline at end of file
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment