diff --git a/docs/main/administration-guide/configure/experimental-configuration-settings.mdx b/docs/main/administration-guide/configure/experimental-configuration-settings.mdx index 1e95f75958f2..2113e32eb81c 100644 --- a/docs/main/administration-guide/configure/experimental-configuration-settings.mdx +++ b/docs/main/administration-guide/configure/experimental-configuration-settings.mdx @@ -206,89 +206,6 @@ Available on [Enterprise Advanced](https://mattermost.com/pricing/) from Matterm -### Enable theme selection - -**True**: Enables the **Display \> Theme** tab in **Settings** so users can select their theme. - -**False**: Users cannot select a different theme. The **Display \> Theme** tab is hidden in **Settings**. - -
This feature's config.json setting is "EnableThemeSelection": true with options true and false. |
-
This feature's config.json setting is "AllowCustomThemes": true with options true and false. |
-
This feature's config.json setting is "DefaultTheme": "default" with options "default", "organization", "mattermostDark", and "windows10". |
-
This feature's config.json setting is "ServiceSettings.EnableTutorial": true with options true and false. |
-
This feature's config.json setting is "ServiceSettings.EnableOnboardingFlow": true with options true and false. |
-
This feature's config.json setting is "AllowedThemes": [] with string array input consisting of the options "default", "organization", "mattermostDark", and "windows10", such as ["mattermostDark", "windows10"]. |
-
|
+
|
+
|
+
|
+
Restrict the themes users can select in Display > Theme to a comma-separated list of theme names. Requires Enable theme selection to be set to true. String array input consisting of the options |
+
|
+
Set a default theme that applies to all new users on the system. String input. One of |
+
|
+
|
+
|
+
|
+
|
+