Skip to content

Commit

Permalink
Update source/configure/site-configuration-settings.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Nov 14, 2024
1 parent e374623 commit 930ffc4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/configure/site-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 930ffc4

Please sign in to comment.