Move maps setting to events tab

This commit is contained in:
Brian Miyaji
2015-01-23 17:12:22 +11:00
parent e5f79d4ae3
commit eec9425ff1
3 changed files with 15 additions and 15 deletions

View File

@@ -151,6 +151,19 @@ class SP_Settings_Events extends SP_Settings_Page {
'type' => 'checkbox',
'checkboxgroup' => 'end',
),
array(
'title' => __( 'Google Maps', 'sportspress' ),
'id' => 'sportspress_map_type',
'default' => 'ROADMAP',
'type' => 'radio',
'options' => array(
'ROADMAP' => __( 'Default', 'sportspress' ),
'SATELLITE' => __( 'Satellite', 'sportspress' ),
'HYBRID' => __( 'Hybrid', 'sportspress' ),
'TERRAIN' => __( 'Terrain', 'sportspress' ),
),
),
array(
'title' => __( 'Full Time', 'sportspress' ),