Skip to content

Commit

Permalink
Fix outOfContest documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsychev authored and kunyavskiy committed Aug 12, 2023
1 parent 5d92483 commit ef430a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advanced.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can adjust received participant information for each separate participant us
"hashTag": "#ItMo",
"groups": ["SPb ITMO", "SPb"],
"isHidden": false,
"isOutOfCompetition": false,
"isOutOfContest": false,
"medias": {
"screen": {
"type": "Video",
Expand All @@ -30,15 +30,15 @@ You can adjust received participant information for each separate participant us
}
```

`isHidden` and `isOutOfCompetition` can be be applied to groups:
`isHidden` and `isOutOfContest` can be be applied to groups:
```
"groupOverrides": {
"test": {"isOutOfContest":true}
}
```

`isHidden`: allows to hide a team or a group of teams from everywhere
`isOutOfCompetition`: replaces team place with * sign, but still shows the team in testing queue, leaderboard and others.
`isOutOfContest`: replaces team place with * sign, but still shows the team in testing queue, leaderboard and others.

Also, you can create a template rule for medias, and it would be applied to all teams.

Expand Down

0 comments on commit ef430a4

Please sign in to comment.