-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
32 lines (29 loc) · 822 Bytes
/
Copy pathext_emconf.php
File metadata and controls
32 lines (29 loc) · 822 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
30
31
32
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "videoce"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Video Content Element',
'description' => 'Another content element for Youtube, Vimeo and Dailymotion videos.',
'category' => 'fe',
'author' => 'Pascal Mayer',
'author_email' => 'typo3@lascap.ch',
'author_company' => '',
'version' => '0.10.0',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => 'tt_content',
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99'
],
'conflicts' => [],
],
'autoload' => [
'psr-4' => ['Laxap\\Videoce\\' => 'Classes']
],
];
?>