Files
oai-symfony/typo3conf/ext/youtubevideo/ext_emconf.php
2026-07-03 20:05:15 +02:00

20 lines
505 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'YouTube Video',
'description' => 'YouTube video content with custom cover images, gallery layout and backend previews.',
'category' => 'fe',
'version' => '2.1.1',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tanel Põld',
'author_email' => 'tanel@brightside.ee',
'author_company' => 'Brightside OÜ / t3brightside.com',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'fluid_styled_content' => '',
],
],
];