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

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',
],
],
];