Use radio options for player list team logo setting

This commit is contained in:
Brian Miyaji
2019-03-12 21:18:23 +11:00
parent 210c92d6d0
commit 3d09397603
2 changed files with 13 additions and 2 deletions

View File

@@ -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' ),