Skip to content

Commit

Permalink
add ext_emconf.php for TER
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Wappler committed May 31, 2023
1 parent a1ed78c commit 17f465f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'Videos',
'description' => 'Extends video file properties and provides a player for playlists, cue points and subtitles',
'author' => 'Sven Wappler',
'author_email' => 'typo3@wappler.systems',
'category' => 'misc',
'author_company' => 'WapplerSystems',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '12.0.1',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'filemetadata' => ''
],
'conflicts' => [
],
'suggests' => [
],
],
];

0 comments on commit 17f465f

Please sign in to comment.