Add team access to modules page

This commit is contained in:
Brian Miyaji
2015-09-22 21:39:50 +10:00
parent 4a6527e38a
commit d8417c31d6
7 changed files with 17 additions and 6 deletions

View File

@@ -64,6 +64,13 @@ class SP_Modules {
'link' => 'http://tboy.co/pro',
'desc' => __( 'Create a custom color palette for each team.', 'sportspress' ),
),
'team_access' => array(
'label' => __( 'Team Access', 'sportspress' ),
'class' => 'SportsPress_Team_Access',
'icon' => 'sp-icon-key',
'link' => 'http://tboy.co/pro',
'desc' => __( 'Limit user access to data that is related to their team.', 'sportspress' ),
),
),
'player_staff' => array(
'player_lists' => array(