diff options
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" + } + } + ] + } + ] +} |