-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·28 lines (27 loc) · 840 Bytes
/
ext_emconf.php
File metadata and controls
executable file
·28 lines (27 loc) · 840 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
<?php
$EM_CONF['contacts'] = [
'title' => 'Contacts',
'description' => 'Contacts can handle persons and companies and relations to each other. With multiple addresses and phone numbers Contacts can be a modern replacement for tt_address.',
'category' => 'plugin',
'author' => 'Daniel Gohlke',
'author_email' => 'ext.contacts@extco.de',
'author_company' => 'extco.de UG (haftungsbeschränkt)',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '4.1.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];