Skip to content

Commit

Permalink
In-product notices can gather user feedback (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Oct 19, 2023
1 parent 3f3c593 commit 91805aa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/configure/site-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1556,9 +1556,10 @@ Enable admin notices
~~~~~~~~~~~~~~~~~~~~

+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| - **true**: **(Default)** System Admins will receive `in-product notices <https://docs.mattermost.com/manage/in-product-notices.html>`__ about server upgrades and administration features. | - System Config path: **Site Configuration > Notices** - |
| | - ``config.json`` setting: ``.AnnouncementSettings.AdminNoticesEnabled: true`` |
| - **false**: System Admins will not receive specific notices. Admins will still receive notices for all users (see **Enable end user notices**) | - Environment variable: ``MM_ANNOUNCEMENTSETTINGS_ADMINNOTICESENABLED`` |
| - **true**: **(Default)** System admins will receive `in-product notices <https://docs.mattermost.com/manage/in-product-notices.html>`__ about available server upgrades, relevant | - System Config path: **Site Configuration > Notices** - |
| administration features and external dependencies, and to gather user feedback to improve the product and user experience. | - ``config.json`` setting: ``.AnnouncementSettings.AdminNoticesEnabled: true`` |
| | - Environment variable: ``MM_ANNOUNCEMENTSETTINGS_ADMINNOTICESENABLED`` |
| - **false**: System admins will not receive specific notices. Admins will still receive notices for all users See **Enable end user notices** below. | |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+

.. config:setting:: notices-enableendusernotices
Expand All @@ -1574,7 +1575,7 @@ Enable end user notices
~~~~~~~~~~~~~~~~~~~~~~~

+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+
| - **true**: **(Default)** All users receive `in-product notices <https://docs.mattermost.com/manage/in-product-notices.html>`__ about client upgrades and end user features. | - System Config path: **Site Configuration > Notices** |
| - **false**: Users will not receive in-product notices. | - ``config.json`` setting: ``.AnnouncementSettings.UserNoticesEnabled: true`` |
| | - Environment variable: ``MM_ANNOUNCEMENTSETTINGS_USERNOTICESENABLED`` |
| - **true**: **(Default)** All users receive `in-product notices <https://docs.mattermost.com/manage/in-product-notices.html>`__ about client upgrades, relevant end user | - System Config path: **Site Configuration > Notices** |
| features, and to gather user feedback to improve the product and user experience. | - ``config.json`` setting: ``.AnnouncementSettings.UserNoticesEnabled: true`` |
| - **false**: Users will not receive in-product notices. | - Environment variable: ``MM_ANNOUNCEMENTSETTINGS_USERNOTICESENABLED`` |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+

0 comments on commit 91805aa

Please sign in to comment.