Update soccer preset with singular, timed player performance, and fix

options
This commit is contained in:
Brian Miyaji
2017-01-08 18:26:22 +11:00
parent 3be2362777
commit e9005036ae

View File

@@ -17,10 +17,10 @@
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
],
"performance": [
{ "name" : "Goals", "description" : "Goals", "icon" : "soccerball", "color" : "#222222" },
{ "name" : "Assists", "description" : "Assists", "icon" : "shoe", "color" : "#222222" },
{ "name" : "Yellow Cards", "description" : "Yellow cards", "icon" : "card", "color" : "#f4d014" },
{ "name" : "Red Cards", "description" : "Red cards", "icon" : "card", "color" : "#d4000f" }
{ "name" : "Goals", "description" : "Goals", "singular" : "Goal", "icon" : "soccerball", "color" : "#222222" },
{ "name" : "Assists", "description" : "Assists", "singular" : "Assist", "icon" : "shoe", "color" : "#222222", "timed" : 0 },
{ "name" : "Yellow Cards", "description" : "Yellow cards", "singular" : "Yellow Card", "icon" : "card", "color" : "#f4d014" },
{ "name" : "Red Cards", "description" : "Red cards", "singular" : "Red Card", "icon" : "card", "color" : "#d4000f" }
],
"columns": [
{ "name" : "P", "equation" : "$eventsplayed", "description" : "Matches played" },
@@ -46,10 +46,11 @@
"event_teams" : "2",
"event_show_players" : "yes",
"event_show_total" : "no",
"sportspress_event_performance_mode" : "icons",
"event_performance_mode" : "icons",
"event_show_player_numbers" : "yes",
"event_performance_show_minutes": "yes",
"event_split_players_by_team" : "yes",
"event_split_players_by_position" : "no",
"sportspress_event_total_performance" : "all"
"event_total_performance" : "all"
}
}