From 5aff1010189d6f4d0de0a1f5a949c5627dc3738a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 23 Jun 2026 14:00:28 +0000 Subject: [PATCH] Document Support Mautic navigation menu item and support_mautic_enabled option --- docs/configuration/settings.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.