diff options
author | emkael <emkael@tlen.pl> | 2021-11-21 16:16:42 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-21 16:16:42 +0100 |
commit | fb020853caf99d085340c7efeae046eb8a9beb7c (patch) | |
tree | 427c529a9ed13ddca43a37d67b14fb31cf88009d /boards/config | |
parent | 0d07462fac19b41f31701044306b9bcd475b42a9 (diff) |
Hand records WWW generator - 1+2 after 4 matches
Diffstat (limited to 'boards/config')
-rw-r--r-- | boards/config/centralne.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/boards/config/centralne.json b/boards/config/centralne.json new file mode 100644 index 0000000..14c6885 --- /dev/null +++ b/boards/config/centralne.json @@ -0,0 +1,48 @@ +{ + "sections": [ + { + "title": "I i II liga", + "sets": [ + { + "title": "Zjazd 1 (20.11.2021-21.11.2021)", + "files": [ + { + "path": "dmp202122_r1", + "name": "Mecz 1 (sobota, 10:00)", + "title": "DMP 2021/22 R1", + "enabled": 1 + }, + { + "path": "dmp202122_r2", + "name": "Mecz 2 (sobota, 15:00)", + "title": "DMP 2021/22 R2", + "enabled": 1 + }, + { + "path": "dmp202122_r3", + "name": "Mecz 3 (sobota, 19:30)", + "title": "DMP 2021/22 R3", + "enabled": 1 + }, + { + "path": "dmp202122_r4", + "name": "Mecz 4 (niedziela, 9:00)", + "title": "DMP 2021/22 R4", + "enabled": 1 + }, + { + "path": "dmp202122_r5", + "name": "Mecz 5 (niedziela, 13:30)", + "title": "DMP 2021/22 R5", + "enabled": 0 + } + ], + "zip": { + "id": "dmp202122_z1", + "title": "wszytkie mecze" + } + } + ] + } + ] +} |