forked from fabarea/vidi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
28 lines (27 loc) · 806 Bytes
/
Copy pathext_emconf.php
File metadata and controls
28 lines (27 loc) · 806 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[$_EXTKEY] = [
'title' => 'Versatile and Interactive Display - List Component',
'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!',
'category' => 'module',
'author' => 'Fabien Udriot',
'author_email' => 'fabien@ecodev.ch',
'module' => '',
'state' => 'stable',
'version' => '4.0.0-dev',
'autoload' => [
'psr-4' => ['Fab\\Vidi\\' => 'Classes']
],
'constraints' =>
[
'depends' =>
[
'typo3' => '9.5.0-9.5.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
]
];