Add ability to split players by team
This commit is contained in:
@@ -233,10 +233,18 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
'checkboxgroup' => 'start',
|
||||
),
|
||||
|
||||
array(
|
||||
'desc' => __( 'Split players by team', 'sportspress' ),
|
||||
'id' => 'sportspress_event_split_players_by_team',
|
||||
'default' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
'checkboxgroup' => '',
|
||||
),
|
||||
|
||||
array(
|
||||
'desc' => __( 'Split players by position', 'sportspress' ),
|
||||
'id' => 'sportspress_event_split_players_by_position',
|
||||
'default' => 'false',
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
'checkboxgroup' => 'end',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user