Add support of Player Performance and Player statistic icons to Player List template

This commit is contained in:
savvasha
2018-05-14 19:35:05 +03:00
parent ed70d8babe
commit d1e147178e
3 changed files with 47 additions and 9 deletions

View File

@@ -148,6 +148,17 @@ class SP_Settings_Players extends SP_Settings_Page {
'manual' => __( 'Manual', 'sportspress' ),
),
),
array(
'title' => __( 'Mode', 'sportspress' ),
'id' => 'sportspress_player_statistics_mode',
'default' => 'values',
'type' => 'radio',
'options' => array(
'values' => __( 'Values', 'sportspress' ),
'icons' => __( 'Icons', 'sportspress' ),
),
),
array(
'title' => __( 'Categories', 'sportspress' ),