-
Notifications
You must be signed in to change notification settings - Fork 21
/
ext_emconf.php
24 lines (22 loc) · 1003 Bytes
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "html5videoplayer".
* Auto generated 18-05-2015 11:08
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'HTML5 Video Player',
'description' => 'A video extension for TYPO3 built on the VideoJS HTML5 video player library. Allows you to embed video in your website using HTML5 with Flash fallback support for non-HTML5 browsers. Work on VideoJS 4.12.6 and support YouTube and Vimeo video in the same style.',
'category' => 'plugin',
'version' => '11.0.3',
'state' => 'stable',
'author' => 'Tim Lochmueller',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99'
],
],
];