18 lines
459 B
PHP
18 lines
459 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'Embed Assets',
|
|
'description' => 'Fluid viewhelpers for embed and minified CSS/JS',
|
|
'category' => 'fe',
|
|
'version' => '1.3.0',
|
|
'state' => 'stable',
|
|
'clearCacheOnLoad' => 1,
|
|
'author' => 'Tanel Põld',
|
|
'author_email' => 'tanel@brightside.ee',
|
|
'author_company' => 'Brightside OÜ',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '11.5.0-13.99.99',
|
|
],
|
|
],
|
|
];
|