Add stars feature to box scores

This commit is contained in:
Brian Miyaji
2017-10-31 14:21:29 +11:00
parent 443c1943e4
commit d7e5854639
9 changed files with 72 additions and 70 deletions

View File

@@ -355,6 +355,18 @@ class SP_Settings_Events extends SP_Settings_Page {
),
),
array(
'title' => __( 'Awards', 'sportspress' ),
'id' => 'sportspress_event_performance_stars_type',
'default' => 0,
'type' => 'radio',
'options' => array(
__( 'None', 'sportspress' ),
__( 'Player of the Match', 'sportspress' ),
__( 'Number of Stars', 'sportspress' ),
),
),
array(
'title' => __( 'Positions', 'sportspress' ),
'desc' => __( 'Top-level only', 'sportspress' ),