Use radio options for player list team logo setting
This commit is contained in:
@@ -275,6 +275,17 @@ class SportsPress_Player_Lists {
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Teams', 'sportspress' ),
|
||||
'id' => 'sportspress_list_team_format',
|
||||
'default' => 'name',
|
||||
'type' => 'radio',
|
||||
'options' => array(
|
||||
'name' => __( 'Name', 'sportspress' ),
|
||||
'logo' => __( 'Logo', 'sportspress' ),
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Pagination', 'sportspress' ),
|
||||
'desc' => __( 'Paginate', 'sportspress' ),
|
||||
|
||||
Reference in New Issue
Block a user