Files
oai-symfony/typo3conf/ext/youtubevideo/ext_emconf.php
2026-07-03 17:53:31 +02:00

40 lines
1.0 KiB
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext "youtubevideo".
*
* Auto generated 15-07-2022 12:27
*
* 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] = array (
'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' =>
array (
'depends' =>
array (
'typo3' => '10.4.0-11.5.99',
'fluid_styled_content' => '',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'uploadfolder' => false,
);