forked from mhirdes/go_maps_ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
23 lines (22 loc) · 723 Bytes
/
ext_emconf.php
File metadata and controls
23 lines (22 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Google Maps API Extbase',
'description' => 'Google Maps Extension. Simply insert a google map Version 3 inc. jQuery, calculate a route,
images for markers, style maps, KML, categories, responsive and many more.',
'category' => 'plugin',
'version' => '2.3.2-dev',
'state' => 'stable',
'uploadfolder' => 1,
'modify_tables' => '',
'clearcacheonload' => 1,
'author' => 'Marc Hirdes',
'author_email' => 'marc_hirdes@gmx.de',
'author_company' => 'clickstorm GmbH',
'constraints' => [
'depends' => [
'typo3' => '7.6.0 - 8.7.99',
],
'conflicts' => [],
'suggests' => [],
]
];