diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst index 08e343d2..ef952049 100644 --- a/docs/configuration/settings.rst +++ b/docs/configuration/settings.rst @@ -887,3 +887,16 @@ Social settings :alt: Screenshot showing Social Settings Configuration in Mautic * **Twitter Handle Field** - This field stores the Twitter username for Users added to Mautic through Social Monitoring. + +Support Mautic menu item +************************ + +Mautic shows a 'Support Mautic' item in the main navigation menu. Selecting it opens ``https://mautic.org`` in a new browser tab, where you can learn how to support the project. Mautic enables this item by default. + +To hide the 'Support Mautic' menu item—for example, if you run Mautic for clients and prefer not to show it—add the following line to your ``config/local.php`` file: + +.. code-block:: php + + 'support_mautic_enabled' => false, + +To show the item again, set this value back to ``true`` or remove the line.