diff options
author | emkael <emkael@tlen.pl> | 2021-12-21 18:06:37 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-12-21 18:06:37 +0100 |
commit | 88e9e6e0a10c1d5374ddc9ec7c091ea2d59e27cf (patch) | |
tree | 758457f981b892b8de321f82a8d5b74839df871e /boards/config | |
parent | a6760b336873380357a108853f0a96bd587c5d6f (diff) |
Butler and boards config after R10
Diffstat (limited to 'boards/config')
-rw-r--r-- | boards/config/centralne.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/boards/config/centralne.json b/boards/config/centralne.json index 3a4de8c..8aba0b8 100644 --- a/boards/config/centralne.json +++ b/boards/config/centralne.json @@ -41,6 +41,45 @@ "id": "dmp202122_z1", "title": "wszytkie mecze" } + }, + { + "title": "Zjazd 2 (18.12.2021-19.12.2021)", + "files": [ + { + "path": "dmp202122_r6", + "name": "Mecz 6 (sobota, 10:00)", + "title": "DMP 2021/22 R6", + "enabled": 1 + }, + { + "path": "dmp202122_r7", + "name": "Mecz 7 (sobota, 15:00)", + "title": "DMP 2021/22 R7", + "enabled": 1 + }, + { + "path": "dmp202122_r8", + "name": "Mecz 8 (sobota, 19:30)", + "title": "DMP 2021/22 R8", + "enabled": 1 + }, + { + "path": "dmp202122_r9", + "name": "Mecz 9 (niedziela, 9:00)", + "title": "DMP 2021/22 R9", + "enabled": 1 + }, + { + "path": "dmp202122_r10", + "name": "Mecz 10 (niedziela, 13:30)", + "title": "DMP 2021/22 R10", + "enabled": 1 + } + ], + "zip": { + "id": "dmp202122_z2", + "title": "wszytkie mecze" + } } ] } |