diff --git a/source/configure/site-configuration-settings.rst b/source/configure/site-configuration-settings.rst index 3cb2732f2d2..f1702593a41 100644 --- a/source/configure/site-configuration-settings.rst +++ b/source/configure/site-configuration-settings.rst @@ -337,22 +337,22 @@ iOS app download link :environment: MM_NativeAppSettings_AppCustomURLSchemes = mmauth:// mmauthbeta:// :description: Define valid custom URL schemes for redirect links provided by custom-built mobile Mattermost apps. +.. config:setting:: custom-enabledesktoplandingpage + :displayname: Enable desktop app landing page (Customization) + :systemconsole: Site Configuration > Customization + :configjson: N/A + :environment: N/A + :description: Whether or not to prompt users to use the Desktop App when first visiting Mattermost from a new browser. + Enable desktop app landing page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +----------------------------------------------------------------+--------------------------------------------------------------------------------+ | - **true**: **(Default)** Prompts users to use the Desktop App | - System Config path: **Site Configuration > Customization** | -| - **false**: Doesn't prompt users to use the Desktop App | - ``config.json`` setting: ``.ServiceSettings.EnableDesktopLandingPage: true`` | +| - **false**: Doesn't prompt users to use the Desktop App | - ``config.json`` setting: ``ServiceSettings`` > ``EnableDesktopLandingPage`` > ``true`` | | | - Environment variable: ``MM_SERVICESETTINGS_ENABLEDESKTOPLANDINGPAGE`` | +----------------------------------------------------------------+--------------------------------------------------------------------------------+ -.. config:setting:: custom-enabledesktoplandingpage - :displayname: Enable desktop app landing page (Customization) - :systemconsole: Site Configuration > Customization - :configjson: N/A - :environment: N/A - :description: Whether or not to prompt users to use the Desktop App when first visiting Mattermost from a new browser. - App custom URL schemes ~~~~~~~~~~~~~~~~~~~~~~