-
Notifications
You must be signed in to change notification settings - Fork 599
Added channel banner docs & new SKU badges #8043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:orphan: | ||
:nosearch: | ||
|
||
.. raw:: html | ||
|
||
<div class="mm-plans-badge"> | ||
|
||
|plans-img| Available on `Enterprise Advanced plans <https://mattermost.com/pricing/>`__ | ||
|
||
|deployment-img| `Cloud <https://mattermost.com/sign-up/>`__ and `self-hosted <https://mattermost.com/download/>`__ deployments | ||
|
||
.. raw:: html | ||
|
||
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
```{raw} html | ||
<div class="mm-plans-badge"> | ||
``` | ||
|
||
 Available only on [Enterprise Advanced](https://mattermost.com/pricing/) plans | ||
|
||
```{raw} html | ||
</div> | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:orphan: | ||
:nosearch: | ||
|
||
.. If used with include::, note the paths for images | ||
|
||
.. raw:: html | ||
|
||
<div class="mm-badge mm-badge--note"> | ||
|
||
Note | ||
|
||
|plans-img-yellow| Available only on `Enterprise Advanced <https://mattermost.com/pricing/>`__ plans | ||
|
||
.. raw:: html | ||
|
||
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Display channel headers | ||
======================= | ||
|
||
.. include:: ../_static/badges/ent-adv-cloud-selfhosted.rst | ||
:start-after: :nosearch: | ||
|
||
From Mattermost v10.9, users with admin permissions can enable channel banners to remind channel members about being diligent to avoid data spillage in channels that aren't intended for classified or sensitive information. These non-dismissible banners can be styled using Markdown and are visible across all Mattermost clients, including web browsers, the desktop app, and the mobile app. | ||
|
||
Channel banner use cases include the following: | ||
|
||
- Security classifications, such as **CONTROLLED UNCLASSIFIED: IMPACT LEVEL 5** with a distinctive color to alert members of the required security level. | ||
- Important notices, such as **Reminder: Code complete deadlines are Fridays at 3 PM**, for recurring reminders. | ||
- Policy or terms, such as **All discussion in this channel is private and restricted** with a red color to signal caution. | ||
|
||
Mattermost :ref:`channel admins <collaborate/learn-about-roles:channel admin>`, :ref:`team admins <collaborate/learn-about-roles:team admin>`, and :ref:`system admins <collaborate/learn-about-roles:system admin>` can enable a banner with custom text at the top of Mattermost public or private channels. | ||
|
||
Create a channel banner: | ||
|
||
1. Open a channel where you have administrative permissions. | ||
2. Select the channel name at the top of the center pane to access the drop-down menu, then select **Channel Settings**. | ||
3. Select **Configuration** and enable the **Channel Banner** option. | ||
4. Specify the banner text you want to display at the top of the channel. You can style the text using :ref:`Markdown <collaborate/format-messages:use markdown>`, if desired. | ||
5. Select the banner color. | ||
6. Select **Save** to apply the changes. The banner displays immediately. | ||
|
||
Change a channel banner | ||
------------------------ | ||
|
||
You can change the banner text or color at any time by following the same steps above. The new banner text or color displays immediately. | ||
|
||
Remove a channel banner | ||
------------------------- | ||
|
||
Disable the **Channel Banner** option in the channel settings to remove the banner from the channel. | ||
|
||
.. tip:: | ||
|
||
System admins can grant any user the ability to create and manage channel banners by assigning the **Manage Channel Banners** permission in the System Console. See the :doc:`advanced permissions </onboard/advanced-permissions>` documentation for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.