forked from FriendsOfTYPO3/tt_address
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
executable file
·37 lines (35 loc) · 1.08 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
<?php
########################################################################
# Extension Manager/Repository config file for ext: "tt_address"
#
# Auto generated 24-12-2007 00:40
#
# 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' => 'Address List',
'description' => 'Displays a list of addresses from an address table on the page.',
'category' => 'plugin',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'tt_address Development Team',
'author_email' => '[email protected]',
'version' => '3.2.2',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.2-8.9.99',
'php' => '5.3.0-7.1.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
'autoload' => array(
'classmap' => array('Classes', 'pi1')
)
);