39 lines
950 B
PHP
39 lines
950 B
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "embedassets".
|
|
*
|
|
* Auto generated 15-10-2025 10:35
|
|
*
|
|
* 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' => 'Embed Assets',
|
|
'description' => 'Fluid viewhelpers for embed and minified CSS/JS',
|
|
'category' => 'fe',
|
|
'version' => '1.3.0',
|
|
'state' => 'stable',
|
|
'uploadfolder' => false,
|
|
'clearcacheonload' => true,
|
|
'author' => 'Tanel Põld',
|
|
'author_email' => 'tanel@brightside.ee',
|
|
'author_company' => 'Brightside OÜ',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'typo3' => '11.5.0-13.99.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
);
|
|
|