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',
|
'checkboxgroup' => 'start',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
array(
|
||||||
|
'desc' => __( 'Split players by team', 'sportspress' ),
|
||||||
|
'id' => 'sportspress_event_split_players_by_team',
|
||||||
|
'default' => 'yes',
|
||||||
|
'type' => 'checkbox',
|
||||||
|
'checkboxgroup' => '',
|
||||||
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'desc' => __( 'Split players by position', 'sportspress' ),
|
'desc' => __( 'Split players by position', 'sportspress' ),
|
||||||
'id' => 'sportspress_event_split_players_by_position',
|
'id' => 'sportspress_event_split_players_by_position',
|
||||||
'default' => 'false',
|
'default' => 'no',
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'checkboxgroup' => 'end',
|
'checkboxgroup' => 'end',
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user