Add option to display outcomes in event results
This commit is contained in:
@@ -60,6 +60,14 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
'checkboxgroup' => 'end',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Results', 'sportspress' ),
|
||||
'desc' => __( 'Display outcomes', 'sportspress' ),
|
||||
'id' => 'sportspress_event_show_outcomes',
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Player Performance', 'sportspress' ),
|
||||
'desc' => __( 'Link players', 'sportspress' ),
|
||||
|
||||
Reference in New Issue
Block a user