forked from franzholz/static_info_tables_de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
36 lines (35 loc) · 940 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
36
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Static Info Tables (de)',
'description' => 'German (de) language pack for the Static Info Tables providing localized names for countries, currencies and so on.',
'category' => 'misc',
'shy' => 1,
'version' => '6.5.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'PHP_version' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Franz Holzinger',
'author_email' => 'franz@ttproducts.de',
'author_company' => 'jambage.com',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array (
'depends' => array(
'typo3' => '6.1.0-8.99.99',
'static_info_tables' => '6.2.1-6.99.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);