diff --git a/backend/src/constants/base-configuration.ts b/backend/src/constants/base-configuration.ts index 60063b733..9664f9cc2 100644 --- a/backend/src/constants/base-configuration.ts +++ b/backend/src/constants/base-configuration.ts @@ -104,6 +104,7 @@ export const BASE_CONFIGURATION: Configuration = { }, }, connections: { enabled: false, maxPerUser: 100 }, + tribe: { enabled: false }, }; type BaseSchema = { @@ -615,5 +616,12 @@ export const CONFIGURATION_FORM_SCHEMA: ObjectSchema = { }, }, }, + tribe: { + type: "object", + label: "Tribe (Multiplayer)", + fields: { + enabled: { type: "boolean", label: "Enabled" }, + }, + }, }, }; diff --git a/frontend/src/html/header.html b/frontend/src/html/header.html index ea2cee793..f2cd6525c 100644 --- a/frontend/src/html/header.html +++ b/frontend/src/html/header.html @@ -79,9 +79,9 @@ @@ -122,7 +122,7 @@ -
+
-
+