Update Google Maps icon and description
This commit is contained in:
@@ -43,6 +43,13 @@ class SP_Modules {
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/scoreboard/',
|
||||
'desc' => __( 'Display multiple event results in a horizontal scoreboard.', 'sportspress' ),
|
||||
),
|
||||
'google_maps' => array(
|
||||
'label' => __( 'Google Maps', 'sportspress' ),
|
||||
'class' => 'SportsPress_Google_Maps',
|
||||
'icon' => 'sp-icon-location',
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/google-maps/',
|
||||
'desc' => __( 'Use Google Maps instead of OpenStreetMap for venues.', 'sportspress' ),
|
||||
),
|
||||
'user_scores' => array(
|
||||
'label' => __( 'User Scores', 'sportspress' ),
|
||||
'class' => 'SportsPress_User_Scores',
|
||||
@@ -78,13 +85,6 @@ class SP_Modules {
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/tournaments/',
|
||||
'desc' => __( 'Schedule tournaments and create interactive playoff brackets.', 'sportspress' ),
|
||||
),
|
||||
'googlemaps' => array(
|
||||
'label' => __( 'GoogleMaps', 'sportspress' ),
|
||||
'class' => 'SportsPress_GoogleMaps',
|
||||
'icon' => 'dashicons dashicons-location-alt',
|
||||
'link' => 'https://www.themeboy.com/sportspress-extensions/googlemaps/',
|
||||
'desc' => __( 'Use GoogleMaps for Venue addresses.', 'sportspress' ),
|
||||
),
|
||||
),
|
||||
'team' => array(
|
||||
'league_tables' => array(
|
||||
|
||||
Reference in New Issue
Block a user