forked from in2code-de/powermail_cond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
47 lines (45 loc) · 1.36 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
<?php
########################################################################
# Extension Manager/Repository config file for ext "powermail_cond".
#
# Auto generated 29-10-2012 13:53
#
# 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' => 'Powermail Conditions',
'description' => 'Add conditions (via AJAX) to powermail forms for fields and pages',
'category' => 'plugin',
'shy' => 0,
'version' => '3.3.3',
'dependencies' => 'powermail',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'powermail' => '2.24.0-3.99.99',
'typo3' => '7.6.0-8.99.99',
'php' => '5.5.0-7.99.99'
],
'conflicts' => [
],
'suggests' => [
],
],
'_md5_values_when_last_written' => '',
];