forked from DMKEBUSINESSGMBH/typo3-mkforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
68 lines (67 loc) · 1.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
//
// Extension Manager/Repository config file for ext: 'mkforms'
//
// Auto generated 09-03-2008 22:19
//
// Manual updates:
// Only the data in the array - anything else is removed by next write.
// 'version' and 'dependencies' must not be touched!
//
$EM_CONF[$_EXTKEY] = array(
'title' => 'MK Forms',
'description' => 'Making HTML forms for TYPO3',
'category' => 'misc',
'shy' => 0,
'version' => '3.0.24',
'dependencies' => '',
'conflicts' => 'ameos_formidable',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/mkforms/cache/',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'René Nitzsche,Michael Wagner,Hannes Bochmann',
'author_email' => '[email protected]',
'author_company' => 'DMK E-BUSINESS GmbH',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'rn_base' => '1.4.0-',
'typo3' => '6.2.0-8.7.99',
'php' => '5.4.0-8.9.99'
),
'conflicts' => array(
'ameos_formidable' => ''
),
'suggests' => array(
'mkmailer' => '3.0.0-',
'mklib' => '3.0.0-'
)
),
'autoload' => array(
'classmap' => array(
'action/',
'api/',
'dh/',
'exception/',
'forms/',
'hooks/',
'js/',
'remote/',
'renderer/',
'session/',
'tests/',
'util/',
'validator/',
'view/',
'widgets/'
),
),
'_md5_values_when_last_written' => '',
);