legacy-collections/ext_emconf.php

22 lines
611 B
PHP
Raw Permalink Normal View History

2020-07-31 11:35:08 +02:00
<?php
$EM_CONF[$_EXTKEY] = [
2020-07-31 11:45:11 +02:00
'title' => 'APIs for legacy sys_collection DB tables',
2020-07-31 11:35:08 +02:00
'description' => 'Adds PHP classes, TCA configuration and database tables for generic record collections.',
'category' => 'misc',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author' => 'Benni Mack',
'author_email' => 'benni@typo3.org',
'author_company' => '',
'version' => '2.0.0',
2020-07-31 11:35:08 +02:00
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'frontend' => '12.4.0-12.4.99',
2020-07-31 11:35:08 +02:00
],
'conflicts' => [],
'suggests' => [],
],
];