From fb020853caf99d085340c7efeae046eb8a9beb7c Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 21 Nov 2021 16:16:42 +0100 Subject: Hand records WWW generator - 1+2 after 4 matches --- boards/config/centralne.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 boards/config/centralne.json (limited to 'boards/config/centralne.json') 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" + } + } + ] + } + ] +} -- cgit v1.2.3