diff --git a/advanced.json.md b/advanced.json.md index 55ccaeb25..d6f202a38 100644 --- a/advanced.json.md +++ b/advanced.json.md @@ -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", @@ -30,7 +30,7 @@ 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} @@ -38,7 +38,7 @@ You can adjust received participant information for each separate participant us ``` `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.