-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (28 loc) · 881 Bytes
/
ext_emconf.php
File metadata and controls
29 lines (28 loc) · 881 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'External Import Tutorial',
'description' => 'Tutorial for the External Import extension. Contains the manual and the necessary files.',
'category' => 'example',
'author' => 'Francois Suter (Idéative)',
'author_email' => 'typo3@ideative.ch',
'state' => 'stable',
'author_company' => '',
'version' => '6.0.0',
'constraints' =>
[
'depends' =>
[
'external_import' => '8.0.0-0.0.0',
'svconnector_csv' => '5.0.0-0.0.0',
'svconnector_feed' => '5.0.0-0.0.0',
'news' => '12.0.0-0.0.0',
'typo3' => '12.4.0-13.4.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];