-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathext_emconf.php
48 lines (45 loc) · 1.62 KB
/
ext_emconf.php
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
41
42
43
44
45
46
47
48
<?php
########################################################################
# Extension Manager/Repository config file for ext "pits_wd_calender".
#
# Auto generated 18-08-2015 12:21
#
# 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' => 'Event Calender',
'description' => 'Event Calender:This extension can be used to display events in a specified area with the help of Google map. The extension allows to enter the events from the back-end and front end.
Also detailed view of each event is possible using this extension.
The events can be categorized into regions based on there geographical location.
The plug-in provides option to filter events based on region in the map.
This extension can be used as simple map in the FE.
For queries and bug reporting please feel free to conatct through email at [email protected]',
'category' => 'plugin',
'shy' => 1,
'version' => '6.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-8.7.99'
),
),
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'TYPO3_version' => '7.6.0-8.7.99',
'PHP_version' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Abin Sabu, Minu Thomas',
'author_email' => '[email protected]',
'author_company' => 'PIT Solutions Pvt.Ltd.',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
);
?>