forked from TYPO3-extensions/cal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·38 lines (36 loc) · 1.23 KB
/
ext_emconf.php
File metadata and controls
executable file
·38 lines (36 loc) · 1.23 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 "cal".
*
* Auto generated 01-05-2013 10:23
*
* 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' => 'Calendar Base',
'description' => 'A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',
'category' => 'plugin',
'shy' => 0,
'version' => '1.11.0',
'loadOrder' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_cal/pics,uploads/tx_cal/ics,uploads/tx_cal/media',
'clearCacheOnLoad' => 0,
'author' => 'Mario Matzulla, Jeff Segars, Franz Koch, Thomas Kowtsch',
'author_email' => 'mario@matzullas.de, jeff@webempoweredchurch.org, franz.koch@elements-net.de, typo3@thomas-kowtsch.de',
'author_company' => '',
'constraints' => array (
'depends' => array (
'typo3' => '6.1.0-8.9.99'
),
'suggests' => array (
'css_styled_content' => '6.1.0-8.9.99'
)
)
);
?>