-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathext_emconf.php
More file actions
27 lines (26 loc) · 783 Bytes
/
ext_emconf.php
File metadata and controls
27 lines (26 loc) · 783 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' => 'Metadata extraction',
'description' => 'PHP-based metadata extraction. The extension relies on the new Metadata Extractor API introduced in TYPO3 CMS 6.2.',
'category' => 'service',
'author' => 'Fabien Udriot',
'author_email' => 'fabien.udriot@typo3.org',
'author_company' => 'Ecodev',
'state' => 'stable',
'version' => '4.1.0-dev',
'constraints' =>
[
'depends' =>
[
'php' => '7.0.0-',
'typo3' => '8.7.0-11.5.99',
'filemetadata' => '8.7.0-11.5.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];