Combine player and staff modules
This commit is contained in:
@@ -51,7 +51,7 @@ class SP_Modules {
|
|||||||
'desc' => __( 'Create a custom color palette for each team.', 'sportspress' ),
|
'desc' => __( 'Create a custom color palette for each team.', 'sportspress' ),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'player' => array(
|
'player_staff' => array(
|
||||||
'player_lists' => array(
|
'player_lists' => array(
|
||||||
'label' => __( 'Player Lists', 'sportspress' ),
|
'label' => __( 'Player Lists', 'sportspress' ),
|
||||||
'icon' => 'sp-icon-list',
|
'icon' => 'sp-icon-list',
|
||||||
@@ -70,8 +70,6 @@ class SP_Modules {
|
|||||||
'icon' => 'sp-icon-cake',
|
'icon' => 'sp-icon-cake',
|
||||||
'desc' => __( "Display each player's birthday and their current age.", 'sportspress' ),
|
'desc' => __( "Display each player's birthday and their current age.", 'sportspress' ),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
'staff' => array(
|
|
||||||
'staff_directories' => array(
|
'staff_directories' => array(
|
||||||
'label' => __( 'Directories', 'sportspress' ),
|
'label' => __( 'Directories', 'sportspress' ),
|
||||||
'class' => 'SportsPress_Staff_Directories',
|
'class' => 'SportsPress_Staff_Directories',
|
||||||
@@ -98,7 +96,7 @@ class SP_Modules {
|
|||||||
'branding' => array(
|
'branding' => array(
|
||||||
'label' => __( 'Branding', 'sportspress' ),
|
'label' => __( 'Branding', 'sportspress' ),
|
||||||
'class' => 'SportsPress_Branding',
|
'class' => 'SportsPress_Branding',
|
||||||
'icon' => 'sp-icon-branding',
|
'icon' => 'sp-icon-sportspress',
|
||||||
'link' => 'http://tboy.co/branding',
|
'link' => 'http://tboy.co/branding',
|
||||||
'desc' => __( 'Instantly rebrand the dashboard with your own logo and colors.', 'sportspress' ),
|
'desc' => __( 'Instantly rebrand the dashboard with your own logo and colors.', 'sportspress' ),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user