legacy-collections/ext_emconf.php

22 lines
611 B
PHP
Raw 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' => '',
2021-03-15 13:38:15 +01:00
'version' => '1.0.1',
2020-07-31 11:35:08 +02:00
'constraints' => [
'depends' => [
2021-12-15 16:11:28 +01:00
'typo3' => '10.4.0-11.5.99',
'frontend' => '10.4.0-11.5.99',
2020-07-31 11:35:08 +02:00
],
'conflicts' => [],
'suggests' => [],
],
];