You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,3 +68,14 @@ Run the next script to execute unit tests:
68
68
```
69
69
npm run test
70
70
```
71
+
72
+
## Show general announcement
73
+
There is a handy feature to show general messages in the submission tool. If something needs to be announce to all the users a new `Announcement banner` is available in the app. The title, priority and description of the title are provided through environment variables.
74
+
75
+
To show the general announcement set the variables below in GitLab with the desired values. Please make sure you select an environment while setting the env vars otherwise the announcement will be visible in all environments. The priority value can be any of the [available types](https://getbootstrap.com/docs/5.1/components/alerts/#examples) for the Bootstrap Alert component.
0 commit comments