Skip to content

Commit

Permalink
Add way to create a user notice via config.json (#23738)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Nov 9, 2022
1 parent 8ed2329 commit bc6d1c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ complete re-branding/private labeling, a more personalised experience can be ach
to hide this dropdown.
16. `disable_guests`: When `false` (default), **enable** guest-related functionality (peeking/previewing rooms, etc) for unregistered
users. Set to `true` to disable this functionality.
17. `user_notice`: Optional notice to show to the user, e.g. for sunsetting a deployment and pushing users to move in their own time.
Takes a configuration object as below:
1. `title`: Required. Title to show at the top of the notice.
2. `description`: Required. The description to use for the notice.
3. `show_once`: Optional. If true then the notice will only be shown once per device.

### `desktop_builds` and `mobile_builds`

Expand Down

0 comments on commit bc6d1c3

Please sign in to comment.