forked from j0nnybrav079/cbgooglemaps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
38 lines (36 loc) · 1.06 KB
/
ext_emconf.php
File metadata and controls
38 lines (36 loc) · 1.06 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "cbgooglemaps".
*
* Auto generated 09-11-2016 09:16
*
* 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] = [
'title' => 'Quick Maps',
'description' => 'formerly "Quick Google Maps" - Include maps by GoogleMaps, MapBox or OpenStreetMap to your frontend, in a quick and easy way - as content element, by typoscript or even with fluid cObject.',
'category' => 'plugin',
'version' => '4.0.3',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearcacheonload' => false,
'author' => 'Christian Brinkert',
'author_email' => 'ChristianBrinkert@googlemail.com',
'author_company' => '',
'constraints' =>
[
'depends' =>
[
'typo3' => '9.5.1-10.4.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];