Commit 134ef40d authored by Kutzner's avatar Kutzner :cartwheel:
Browse files

Update settings.js

parent 7afb735a
Pipeline #5231 passed with stages
in 20 seconds
Showing with 6 additions and 6 deletions
+6 -6
...@@ -44,12 +44,12 @@ const DEFAULT = { ...@@ -44,12 +44,12 @@ const DEFAULT = {
let settings = { let settings = {
pageTitle: "M4_LAB Page Title", pageTitle: "Test",
switches: [ switches: [
{ {
name: "projectLogo", name: "projectLogo",
state: ON state: OFF
}, },
{ {
name: "projectName", name: "projectName",
...@@ -61,7 +61,7 @@ let settings = { ...@@ -61,7 +61,7 @@ let settings = {
}, },
{ {
name: "participants", name: "participants",
state: ON state: OFF
}, },
{ {
name: "footerLogos", name: "footerLogos",
...@@ -69,9 +69,9 @@ let settings = { ...@@ -69,9 +69,9 @@ let settings = {
} }
], ],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, projectLogo: ``,
projectName: "M4_LAB Page Demo", projectName: "TestSite",
menu: [ menu: [
{ {
......
Supports Markdown
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