forked from lochmueller/html5videoplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
25 lines (23 loc) · 1.02 KB
/
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
25
<?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' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
],
],
];