Composer extensions
This commit is contained in:
@@ -1,39 +1,19 @@
|
||||
<?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,
|
||||
);
|
||||
|
||||
$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' => '',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user