forked from cobwebch/external_import
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·27 lines (26 loc) · 842 Bytes
/
Copy pathext_emconf.php
File metadata and controls
executable file
·27 lines (26 loc) · 842 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'External Data Import',
'description' => 'Tool for importing data from external sources into the TYPO3 CMS database, using an extended TCA syntax. Provides a BE module, a Scheduler task, a command-line tool and an API.',
'category' => 'module',
'author' => 'Francois Suter (Idéative)',
'author_email' => 'typo3@ideative.ch',
'state' => 'stable',
'author_company' => '',
'version' => '8.1.1',
'constraints' =>
[
'depends' =>
[
'svconnector' => '6.0.0-6.99.99',
'typo3' => '12.4.0-13.4.99',
'scheduler' => '',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];