-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·40 lines (38 loc) · 1.14 KB
/
ext_emconf.php
File metadata and controls
executable file
·40 lines (38 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "easy_googlemap".
*
* Auto generated 23-04-2020 19:06
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'EasyGoogleMap',
'description' => 'Easy and simple Googlemap Extension for the TYPO3 CMS, Good use for company roadmap on websites and for responsive pages, based on the google maps API',
'category' => 'misc',
'author' => 'Andres Lobacovs, comsolit AG',
'author_email' => 'info@comsolit.ch',
'author_company' => 'comsolit AG',
'state' => 'stable',
'uploadfolder' => true,
'clearCacheOnLoad' => 0,
'version' => '3.0.2',
'constraints' =>
array (
'depends' =>
array (
'extbase' => '9.0.00-10.4.99',
'fluid' => '9.0.00-10.4.99',
'typo3' => '9.0.00-10.4.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'clearcacheonload' => false,
);