Update config for season 2025

This commit is contained in:
2024-07-28 22:00:24 +02:00
parent dabedcfbb1
commit cf35b899a1

View File

@@ -14,99 +14,137 @@
"matchesConfig": [ "matchesConfig": [
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 1, "leagueMatchday": 1,
"showTable": true "showTable": true
}, },
{ {
"type": "Placeholder", "type": "Placeholder",
"placeholderDatetime": "2022-07-29 20:45:00" "placeholderDatetime": "2024-08-16 18:00:00"
} }
] ]
}, },
{ {
"TLWMatchday": 2, "TLWMatchday": 2,
"numberOfMatches": 12, "numberOfMatches": 16,
"matchdayName": "2. Spieltag", "matchdayName": "Achtelfinale",
"matchesConfig": [ "matchesConfig": [
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 2, "leagueMatchday": 2,
"showTable": true "showTable": true
}, },
{ {
"type": "Placeholder", "type": "Placeholder",
"placeholderDatetime": "2022-10-18 18:30:00" "placeholderDatetime": "2024-10-29 18:00:00"
} }
] ]
}, },
{ {
"TLWMatchday": 3, "TLWMatchday": 3,
"numberOfMatches": 12, "numberOfMatches": 8,
"matchdayName": "3. Spieltag", "matchdayName": "Viertelfinale",
"matchesConfig": [ "matchesConfig": [
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 3, "leagueMatchday": 3,
"showTable": true "showTable": true
}, },
{ {
"type": "Placeholder", "type": "Placeholder",
"placeholderDatetime": "2023-01-31 18:30:00" "placeholderDatetime": "2024-12-03 18:30:00"
} }
] ]
}, },
{ {
"TLWMatchday": 4, "TLWMatchday": 4,
"numberOfMatches": 8, "numberOfMatches": 4,
"matchdayName": "Achtelfinale", "matchdayName": "Halbfinale",
"matchesConfig": [ "matchesConfig": [
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 4, "leagueMatchday": 4,
"showTable": true "showTable": true
}, },
{ {
"type": "Placeholder", "type": "Placeholder",
"placeholderDatetime": "2023-04-04 18:30:00" "placeholderDatetime": "2025-02-04 18:30:00"
} }
] ]
}, },
{ {
"TLWMatchday": 5, "TLWMatchday": 5,
"numberOfMatches": 4, "numberOfMatches": 6,
"matchdayName": "Viertelfinale", "matchdayName": "Finale",
"matchesConfig": [ "matchesConfig": [
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 5, "leagueMatchday": 5,
"showTable": true "showTable": true
}, },
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 5, "leagueMatchday": 5,
"showTable": true "showTable": true
}, },
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 6, "leagueMatchday": 6,
"showTable": true "showTable": true
}, },
{ {
"type": "AllMatchesOfMatchday", "type": "AllMatchesOfMatchday",
"matchesLeague": 5275, "matchesLeague": 6244,
"leagueMatchday": 6, "leagueMatchday": 6,
"showTable": true "showTable": true
}, },
{ {
"type": "Placeholder", "type": "PlaceholderSingleMatch",
"placeholderDatetime": "2023-05-02 20:45:00" "koMatch": true,
"placeholderDatetime": "2025-04-01 20:45:00",
"formulaHome": "D",
"formulaGuest": "D"
},
{
"type": "PlaceholderSingleMatch",
"koMatch": true,
"placeholderDatetime": "2025-04-02 20:45:00",
"formulaHome": "D",
"formulaGuest": "D"
},
{
"type": "PlaceholderSingleMatch",
"koMatch": true,
"placeholderDatetime": "2025-04-01 20:45:00",
"formulaHome": "D",
"formulaGuest": "D"
},
{
"type": "PlaceholderSingleMatch",
"koMatch": true,
"placeholderDatetime": "2025-04-02 20:45:00",
"formulaHome": "D",
"formulaGuest": "D"
},
{
"type": "PlaceholderSingleMatch",
"koMatch": true,
"placeholderDatetime": "2025-05-24 20:00:00",
"formulaHome": "D",
"formulaGuest": "D"
},
{
"type": "PlaceholderSingleMatch",
"koMatch": true,
"placeholderDatetime": "2025-05-24 20:00:00",
"formulaHome": "D",
"formulaGuest": "D"
} }
] ]
} }