forked from FriendsOfTYPO3/tt_address
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·34 lines (32 loc) · 1010 Bytes
/
Copy pathext_emconf.php
File metadata and controls
executable file
·34 lines (32 loc) · 1010 Bytes
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
<?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] = [
'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' => 'friendsof@typo3.org',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.9.99',
'php' => '5.5.0-7.1.99'
],
'conflicts' => [
],
'suggests' => [
],
]
];