-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathext_emconf.php
72 lines (71 loc) · 1.77 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
69
70
71
72
<?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['mkforms'] = [
'title' => 'MK Forms',
'description' => 'Making HTML forms for TYPO3',
'category' => 'misc',
'shy' => 0,
'version' => '11.0.8',
'dependencies' => '',
'conflicts' => 'ameos_formidable',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'René Nitzsche,Michael Wagner,Hannes Bochmann',
'author_email' => 'dev@dmk-business.de',
'author_company' => 'DMK E-BUSINESS GmbH',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'rn_base' => '1.15.0-',
'typo3' => '10.4.25-11.5.99',
],
'conflicts' => [
'ameos_formidable' => '',
],
'suggests' => [
'mkmailer' => '11.0.0-',
'mklib' => '11.0.0-',
'mksanitizedparameters' => '11.0.0-',
],
],
'autoload' => [
'classmap' => [
'action/',
'api/',
'Classes/',
'dh/',
'ds/',
'exception/',
'forms/',
'js/',
'remote/',
'renderer/',
'session/',
'util/',
'validator/',
'view/',
'widgets/',
],
],
'autoload-dev' => [
'classmap' => [
'tests/',
],
],
'_md5_values_when_last_written' => '',
];