forked from Ecodev/newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
executable file
·35 lines (34 loc) · 941 Bytes
/
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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Newsletter',
'description' => 'Send any pages as Newsletter and provide statistics on opened emails and clicked links.',
'category' => 'module',
'shy' => 0,
'version' => '2.6.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => 'cli,web',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Ecodev',
'author_email' => '[email protected]',
'author_company' => 'Ecodev',
'CGLcompliance' => null,
'CGLcompliance_note' => null,
'constraints' => array(
'depends' => array(
'php' => '5.3.7-0.0.0',
'typo3' => '6.1.0-7.99.99',
'scheduler' => '6.1.0',
),
'conflicts' => '',
'suggests' => array(
),
),
);